#CFCFBE

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

Shades of Celeste #CFCFBE

Tints of Celeste #CFCFBE

Color information

#CFCFBE (or 0xCFCFBE) is unknown color: approx Celeste. HEX triplet: CF, CF and BE. RGB value is (207,207,190). Sum of RGB (Red+Green+Blue) = 207+207+190=604 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.27% from 604); Green value is 207 (81.25% from 255 or 34.27% from 604); Blue value is 190 (74.61% from 255 or 31.46% from 604); Max value from RGB is 207 - color contains mainly: red, green. Hex color #CFCFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFCFBE is #303041. Grayscale: #CDCDCD. Windows color (decimal): -3158082 or 12505039. OLE color: 12505039.

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

Color convert

RGB207207190-
CMYK000.080.19
HSL60º15.04%77.84%-
HSV(B)60º8.21%81.18%-
XYZ57.3461.6157.58-
YUV205.06119.5129.38-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 34.27%
GREEN value IS 207 (81.25% from 255) = 34.27%
BLUE value IS 190 (74.61% from 255) = 31.46%
R=34.27%
G=34.27%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal207207190000.080.196015.0477.84
HexCFCFBE008133cf4e
Octal3173172760010237417116
Binary1100111111001111101111100010001001111110011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFCFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFCFBE; }

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

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

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

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

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

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

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

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