#D0CFBF

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

Shades of Celeste #D0CFBF

Tints of Celeste #D0CFBF

Color information

#D0CFBF (or 0xD0CFBF) is unknown color: approx Celeste. HEX triplet: D0, CF and BF. RGB value is (208,207,191). Sum of RGB (Red+Green+Blue) = 208+207+191=606 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.32% from 606); Green value is 207 (81.25% from 255 or 34.16% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFBF is #2F3040. Grayscale: #CDCDCD. Windows color (decimal): -3092545 or 12570576. OLE color: 12570576.

HSL color Cylindrical-coordinate representation of color #D0CFBF: hue angle of 56.47º degrees, saturation: 0.15, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D0CFBF is Cyan = 0, Magento = 0.00, Yellow = 0.08 and Black (K on CMYK) = 0.18.

Color convert

RGB208207191-
CMYK00.000.080.18
HSL56.47º15.32%78.24%-
HSV(B)56.47º8.17%81.57%-
XYZ57.7361.858.18-
YUV205.48119.83129.8-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.32%
GREEN value IS 207 (81.25% from 255) = 34.16%
BLUE value IS 191 (75% from 255) = 31.52%
R=34.32%
G=34.16%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.08
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820719100.000.080.1856.4715.3278.24
HexD0CFBF0081238f4e
Octal3203172770010227017116
Binary1101000011001111101111110010001001011100011111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFBF; }

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

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

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

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

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

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

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

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