#CDCEC0

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

Shades of Celeste #CDCEC0

Tints of Celeste #CDCEC0

Color information

#CDCEC0 (or 0xCDCEC0) is unknown color: approx Celeste. HEX triplet: CD, CE and C0. RGB value is (205,206,192). Sum of RGB (Red+Green+Blue) = 205+206+192=603 (79% of max value = 765). Red value is 205 (80.47% from 255 or 34.00% from 603); Green value is 206 (80.86% from 255 or 34.16% from 603); Blue value is 192 (75.39% from 255 or 31.84% from 603); Max value from RGB is 206 - color contains mainly: green. Hex color #CDCEC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDCEC0 is #32313F. Grayscale: #CCCCCC. Windows color (decimal): -3289408 or 12635853. OLE color: 12635853.

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

Color convert

RGB205206192-
CMYK0.0000.070.19
HSL64.29º12.5%78.04%-
HSV(B)64.29º6.8%80.78%-
XYZ56.7660.9358.64-
YUV204.1121.17128.64-

RGB Variations

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

RGB

RED value IS 205 (80.47% from 255) = 34.00%
GREEN value IS 206 (80.86% from 255) = 34.16%
BLUE value IS 192 (75.39% from 255) = 31.84%
R=34.00%
G=34.16%
B=31.84%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2052061920.0000.070.1964.2912.578.04
HexCDCEC00071340d4e
Octal3153163000072310015116
Binary1100110111001110110000000011110011100000011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CDCEC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CDCEC0; }

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

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

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

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

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

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

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

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