#D9CFBD

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

Shades of Blanc #D9CFBD

Tints of Blanc #D9CFBD

Color information

#D9CFBD (or 0xD9CFBD) is unknown color: approx Blanc. HEX triplet: D9, CF and BD. RGB value is (217,207,189). Sum of RGB (Red+Green+Blue) = 217+207+189=613 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.40% from 613); Green value is 207 (81.25% from 255 or 33.77% from 613); Blue value is 189 (74.22% from 255 or 30.83% from 613); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFBD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFBD is #263042. Grayscale: #D0D0D0. Windows color (decimal): -2502723 or 12439513. OLE color: 12439513.

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

Color convert

RGB217207189-
CMYK00.050.130.15
HSL38.57º26.92%79.61%-
HSV(B)38.57º12.9%85.1%-
XYZ60.1163.0557.15-
YUV207.94117.31134.46-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.40%
GREEN value IS 207 (81.25% from 255) = 33.77%
BLUE value IS 189 (74.22% from 255) = 30.83%
R=35.40%
G=33.77%
B=30.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720718900.050.130.1538.5726.9279.61
HexD9CFBD05DF271b50
Octal3313172750515174733120
Binary110110011100111110111101010111011111100111110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFBD; }

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

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

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

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

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

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

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

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