#CFCFBF

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

Shades of Celeste #CFCFBF

Tints of Celeste #CFCFBF

Color information

#CFCFBF (or 0xCFCFBF) is unknown color: approx Celeste. HEX triplet: CF, CF and BF. RGB value is (207,207,191). Sum of RGB (Red+Green+Blue) = 207+207+191=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFBF is #303040. Grayscale: #CDCDCD. Windows color (decimal): -3158081 or 12570575. OLE color: 12570575.

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

Color convert

RGB207207191-
CMYK000.080.19
HSL60º14.29%78.04%-
HSV(B)60º7.73%81.18%-
XYZ57.4561.6558.16-
YUV205.18120129.3-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.21%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 191 (75% from 255) = 31.57%
R=34.21%
G=34.21%
B=31.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207207191000.080.196014.2978.04
HexCFCFBF008133ce4e
Octal3173172770010237416116
Binary1100111111001111101111110010001001111110011101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFBF; }

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

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

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

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

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

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

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

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