#D9CFBC

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

Shades of Blanc #D9CFBC

Tints of Blanc #D9CFBC

Color information

#D9CFBC (or 0xD9CFBC) is unknown color: approx Blanc. HEX triplet: D9, CF and BC. RGB value is (217,207,188). Sum of RGB (Red+Green+Blue) = 217+207+188=612 (81% of max value = 765). Red value is 217 (85.16% from 255 or 35.46% from 612); Green value is 207 (81.25% from 255 or 33.82% from 612); Blue value is 188 (73.83% from 255 or 30.72% from 612); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CFBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CFBC is #263043. Grayscale: #CFCFCF. Windows color (decimal): -2502724 or 12373977. OLE color: 12373977.

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

Color convert

RGB217207188-
CMYK00.050.130.15
HSL39.31º27.62%79.41%-
HSV(B)39.31º13.36%85.1%-
XYZ60.0163.0156.58-
YUV207.82116.81134.54-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.46%
GREEN value IS 207 (81.25% from 255) = 33.82%
BLUE value IS 188 (73.83% from 255) = 30.72%
R=35.46%
G=33.82%
B=30.72%

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
Decimal21720718800.050.130.1539.3127.6279.41
HexD9CFBC05DF271c4f
Octal3313172740515174734117
Binary110110011100111110111100010111011111100111111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CFBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CFBC; }

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

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

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

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

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

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

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

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