#CFCEC2

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

Shades of Celeste #CFCEC2

Tints of Celeste #CFCEC2

Color information

#CFCEC2 (or 0xCFCEC2) is unknown color: approx Celeste. HEX triplet: CF, CE and C2. RGB value is (207,206,194). Sum of RGB (Red+Green+Blue) = 207+206+194=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 206 (80.86% from 255 or 33.94% from 607); Blue value is 194 (76.17% from 255 or 31.96% from 607); Max value from RGB is 207 - color contains mainly: red. Hex color #CFCEC2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCEC2 is #30313D. Grayscale: #CCCCCC. Windows color (decimal): -3158334 or 12766927. OLE color: 12766927.

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

Color convert

RGB207206194-
CMYK00.000.060.19
HSL55.38º11.93%78.63%-
HSV(B)55.38º6.28%81.18%-
XYZ57.5461.359.84-
YUV204.93121.83129.48-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 206 (80.86% from 255) = 33.94%
BLUE value IS 194 (76.17% from 255) = 31.96%
R=34.10%
G=33.94%
B=31.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.06
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal20720619400.000.060.1955.3811.9378.63
HexCFCEC20061337c4f
Octal317316302006236714117
Binary110011111100111011000010001101001111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCEC2; }

 p { color: rgb(207,206,194); }

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

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

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

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

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

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

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