#D4CBBF

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

Shades of Blanc #D4CBBF

Tints of Blanc #D4CBBF

Color information

#D4CBBF (or 0xD4CBBF) is unknown color: approx Blanc. HEX triplet: D4, CB and BF. RGB value is (212,203,191). Sum of RGB (Red+Green+Blue) = 212+203+191=606 (80% of max value = 765). Red value is 212 (83.20% from 255 or 34.98% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 191 (75% from 255 or 31.52% from 606); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBBF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBBF is #2B3440. Grayscale: #CCCCCC. Windows color (decimal): -2831425 or 12569556. OLE color: 12569556.

HSL color Cylindrical-coordinate representation of color #D4CBBF: hue angle of 34.29º degrees, saturation: 0.2, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D4CBBF is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.17.

Color convert

RGB212203191-
CMYK00.040.100.17
HSL34.29º19.63%79.02%-
HSV(B)34.29º9.91%83.14%-
XYZ57.9160.4757.91-
YUV204.32120.48133.48-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 34.98%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 191 (75% from 255) = 31.52%
R=34.98%
G=33.50%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220319100.040.100.1734.2919.6379.02
HexD4CBBF04A1122144f
Octal3243132770412214224117
Binary1101010011001011101111110100101010001100010101001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBBF; }

 p { color: rgb(212,203,191); }

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

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

 a { background-color: rgb(212,203,191); }

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

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

 span { border-color: rgb(212,203,191); }

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