#CDCEBE

Color #CDCEBE Celeste (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Celeste #CDCEBE

Tints of Celeste #CDCEBE

Color information

#CDCEBE (or 0xCDCEBE) is unknown color: approx Celeste. HEX triplet: CD, CE and BE. RGB value is (205,206,190). Sum of RGB (Red+Green+Blue) = 205+206+190=601 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.11% from 601); Green value is 206 (80.86% from 255 or 34.28% from 601); Blue value is 190 (74.61% from 255 or 31.61% from 601); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEBE is #323141. Grayscale: #CBCBCB. Windows color (decimal): -3289410 or 12504781. OLE color: 12504781.

HSL color Cylindrical-coordinate representation of color #CDCEBE: hue angle of 63.75º degrees, saturation: 0.14, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #CDCEBE is Cyan = 0.00, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB205206190-
CMYK0.0000.080.19
HSL63.75º14.04%77.65%-
HSV(B)63.75º7.77%80.78%-
XYZ56.5460.8457.48-
YUV203.88120.17128.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 205 (80.47% from 255) = 34.11%
GREEN value IS 206 (80.86% from 255) = 34.28%
BLUE value IS 190 (74.61% from 255) = 31.61%
R=34.11%
G=34.28%
B=31.61%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061900.0000.080.1963.7514.0477.65
HexCDCEBE0081340e4e
Octal31531627600102310016116
Binary11001101110011101011111000100010011100000011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEBE; }

 p { color: rgb(205,206,190); }

 H1.HeaderClassName
 {
   color: #CDCEBE;
 }
 .AnyTagClassName
 {
   color: #CDCEBE;
 }
</style>
background-color css

<style>
 a { background-color: #CDCEBE; }

 a { background-color: rgb(205,206,190); }

 div.DivClassName
 {
   background-color: #CDCEBE;
 }
 .BgClassName
 {
   background-color: #CDCEBE;
 }
</style>
border-color css

<style>
 span { border-color: #CDCEBE; }

 span { border-color: rgb(205,206,190); }

 td.TdClassName
 {
   border-color: #CDCEBE;
 }
 .TagClassName
 {
   border-color: #CDCEBE;
 }
</style>