#CDCEBC

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

Shades of Celeste #CDCEBC

Tints of Celeste #CDCEBC

Color information

#CDCEBC (or 0xCDCEBC) is unknown color: approx Celeste. HEX triplet: CD, CE and BC. RGB value is (205,206,188). Sum of RGB (Red+Green+Blue) = 205+206+188=599 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.22% from 599); Green value is 206 (80.86% from 255 or 34.39% from 599); Blue value is 188 (73.83% from 255 or 31.39% from 599); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEBC is #323143. Grayscale: #CBCBCB. Windows color (decimal): -3289412 or 12373709. OLE color: 12373709.

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

Color convert

RGB205206188-
CMYK0.0000.090.19
HSL63.33º15.52%77.25%-
HSV(B)63.33º8.74%80.78%-
XYZ56.3360.7556.33-
YUV203.65119.17128.96-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.22%
GREEN value IS 206 (80.86% from 255) = 34.39%
BLUE value IS 188 (73.83% from 255) = 31.39%
R=34.22%
G=34.39%
B=31.39%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061880.0000.090.1963.3315.5277.25
HexCDCEBC009133f104d
Octal3153162740011237720115
Binary11001101110011101011110000100110011111111100001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEBC; }

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

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

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

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

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

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

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

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