#CECEBE

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

Shades of Celeste #CECEBE

Tints of Celeste #CECEBE

Color information

#CECEBE (or 0xCECEBE) is unknown color: approx Celeste. HEX triplet: CE, CE and BE. RGB value is (206,206,190). Sum of RGB (Red+Green+Blue) = 206+206+190=602 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.22% from 602); Green value is 206 (80.86% from 255 or 34.22% from 602); Blue value is 190 (74.61% from 255 or 31.56% from 602); Max value from RGB is 206 - color contains mainly: red, green. Hex color #CECEBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CECEBE is #313141. Grayscale: #CCCCCC. Windows color (decimal): -3223874 or 12504782. OLE color: 12504782.

HSL color Cylindrical-coordinate representation of color #CECEBE: hue angle of 60º 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 #CECEBE is Cyan = 0, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.19.

Color convert

RGB206206190-
CMYK000.080.19
HSL60º14.04%77.65%-
HSV(B)60º7.77%80.78%-
XYZ56.8260.9857.49-
YUV204.18120129.3-

RGB Variations

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

RGB

RED value IS 206 (80.86% from 255) = 34.22%
GREEN value IS 206 (80.86% from 255) = 34.22%
BLUE value IS 190 (74.61% from 255) = 31.56%
R=34.22%
G=34.22%
B=31.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal206206190000.080.196014.0477.65
HexCECEBE008133ce4e
Octal3163162760010237416116
Binary1100111011001110101111100010001001111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CECEBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CECEBE; }

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

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

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

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

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

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

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

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