#CECEC5

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

Shades of Celeste #CECEC5

Tints of Celeste #CECEC5

Color information

#CECEC5 (or 0xCECEC5) is unknown color: approx Celeste. HEX triplet: CE, CE and C5. RGB value is (206,206,197). Sum of RGB (Red+Green+Blue) = 206+206+197=609 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.83% from 609); Green value is 206 (80.86% from 255 or 33.83% from 609); Blue value is 197 (77.34% from 255 or 32.35% from 609); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEC5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEC5 is #31313A. Grayscale: #CDCDCD. Windows color (decimal): -3223867 or 12963534. OLE color: 12963534.

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

Color convert

RGB206206197-
CMYK000.040.19
HSL60º8.41%79.02%-
HSV(B)60º4.37%80.78%-
XYZ57.661.361.62-
YUV204.97123.5128.73-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 33.83%
GREEN value IS 206 (80.86% from 255) = 33.83%
BLUE value IS 197 (77.34% from 255) = 32.35%
R=33.83%
G=33.83%
B=32.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206206197000.040.19608.4179.02
HexCECEC5004133c84f
Octal316316305004237410117
Binary110011101100111011000101001001001111110010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECEC5; }

 p { color: rgb(206,206,197); }

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

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

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

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

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

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

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