#CFCFC4

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

Shades of Celeste #CFCFC4

Tints of Celeste #CFCFC4

Color information

#CFCFC4 (or 0xCFCFC4) is unknown color: approx Celeste. HEX triplet: CF, CF and C4. RGB value is (207,207,196). Sum of RGB (Red+Green+Blue) = 207+207+196=610 (80% of max value = 765). Red value is 207 (81.25% from 255 or 33.93% from 610); Green value is 207 (81.25% from 255 or 33.93% from 610); Blue value is 196 (76.95% from 255 or 32.13% from 610); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC4 is #30303B. Grayscale: #CDCDCD. Windows color (decimal): -3158076 or 12898255. OLE color: 12898255.

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

Color convert

RGB207207196-
CMYK000.050.19
HSL60º10.28%79.02%-
HSV(B)60º5.31%81.18%-
XYZ58.0161.8861.11-
YUV205.75122.5128.89-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 33.93%
GREEN value IS 207 (81.25% from 255) = 33.93%
BLUE value IS 196 (76.95% from 255) = 32.13%
R=33.93%
G=33.93%
B=32.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207207196000.050.196010.2879.02
HexCFCFC4005133ca4f
Octal317317304005237412117
Binary110011111100111111000100001011001111110010101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFC4; }

 p { color: rgb(207,207,196); }

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

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

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

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

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

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

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