#D9CFBE

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

Shades of Blanc #D9CFBE

Tints of Blanc #D9CFBE

Color information

#D9CFBE (or 0xD9CFBE) is unknown color: approx Blanc. HEX triplet: D9, CF and BE. RGB value is (217,207,190). Sum of RGB (Red+Green+Blue) = 217+207+190=614 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.34% from 614); Green value is 207 (81.25% from 255 or 33.71% from 614); Blue value is 190 (74.61% from 255 or 30.94% from 614); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFBE is #263041. Grayscale: #D0D0D0. Windows color (decimal): -2502722 or 12505049. OLE color: 12505049.

HSL color Cylindrical-coordinate representation of color #D9CFBE: hue angle of 37.78º degrees, saturation: 0.26, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D9CFBE is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.15.

Color convert

RGB217207190-
CMYK00.050.120.15
HSL37.78º26.21%79.8%-
HSV(B)37.78º12.44%85.1%-
XYZ60.2263.157.72-
YUV208.05117.81134.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.34%
GREEN value IS 207 (81.25% from 255) = 33.71%
BLUE value IS 190 (74.61% from 255) = 30.94%
R=35.34%
G=33.71%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720719000.050.120.1537.7826.2179.8
HexD9CFBE05CF261a50
Octal3313172760514174632120
Binary110110011100111110111110010111001111100110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFBE; }

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

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

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

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

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

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

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

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