#CFCFC1

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

Shades of Celeste #CFCFC1

Tints of Celeste #CFCFC1

Color information

#CFCFC1 (or 0xCFCFC1) is unknown color: approx Celeste. HEX triplet: CF, CF and C1. RGB value is (207,207,193). Sum of RGB (Red+Green+Blue) = 207+207+193=607 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.10% from 607); Green value is 207 (81.25% from 255 or 34.10% from 607); Blue value is 193 (75.78% from 255 or 31.80% from 607); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFC1 is #30303E. Grayscale: #CDCDCD. Windows color (decimal): -3158079 or 12701647. OLE color: 12701647.

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

Color convert

RGB207207193-
CMYK000.070.19
HSL60º12.73%78.43%-
HSV(B)60º6.76%81.18%-
XYZ57.6761.7459.33-
YUV205.4121129.14-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.10%
GREEN value IS 207 (81.25% from 255) = 34.10%
BLUE value IS 193 (75.78% from 255) = 31.80%
R=34.10%
G=34.10%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207207193000.070.196012.7378.43
HexCFCFC1007133cd4e
Octal317317301007237415116
Binary110011111100111111000001001111001111110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFC1; }

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

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

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

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

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

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

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

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