#D0CFBE

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

Shades of Celeste #D0CFBE

Tints of Celeste #D0CFBE

Color information

#D0CFBE (or 0xD0CFBE) is unknown color: approx Celeste. HEX triplet: D0, CF and BE. RGB value is (208,207,190). Sum of RGB (Red+Green+Blue) = 208+207+190=605 (80% of max value = 765). Red value is 208 (81.64% from 255 or 34.38% from 605); Green value is 207 (81.25% from 255 or 34.21% from 605); Blue value is 190 (74.61% from 255 or 31.40% from 605); Max value from RGB is 208 - color contains mainly: red. Hex color #D0CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0CFBE is #2F3041. Grayscale: #CDCDCD. Windows color (decimal): -3092546 or 12505040. OLE color: 12505040.

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

Color convert

RGB208207190-
CMYK00.000.090.18
HSL56.67º16.07%78.04%-
HSV(B)56.67º8.65%81.57%-
XYZ57.6261.7557.6-
YUV205.36119.33129.88-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.38%
GREEN value IS 207 (81.25% from 255) = 34.21%
BLUE value IS 190 (74.61% from 255) = 31.40%
R=34.38%
G=34.21%
B=31.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.09
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20820719000.000.090.1856.6716.0778.04
HexD0CFBE0091239104e
Octal3203172760011227120116
Binary11010000110011111011111000100110010111001100001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0CFBE; }

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

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

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

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

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

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

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

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