#D4CBBC

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

Shades of Blanc #D4CBBC

Tints of Blanc #D4CBBC

Color information

#D4CBBC (or 0xD4CBBC) is unknown color: approx Blanc. HEX triplet: D4, CB and BC. RGB value is (212,203,188). Sum of RGB (Red+Green+Blue) = 212+203+188=603 (79% of max value = 765). Red value is 212 (83.20% from 255 or 35.16% from 603); Green value is 203 (79.69% from 255 or 33.67% from 603); Blue value is 188 (73.83% from 255 or 31.18% from 603); Max value from RGB is 212 - color contains mainly: red. Hex color #D4CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D4CBBC is #2B3443. Grayscale: #CCCCCC. Windows color (decimal): -2831428 or 12372948. OLE color: 12372948.

HSL color Cylindrical-coordinate representation of color #D4CBBC: hue angle of 37.5º degrees, saturation: 0.22, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D4CBBC is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.17.

Color convert

RGB212203188-
CMYK00.040.110.17
HSL37.5º21.82%78.43%-
HSV(B)37.5º11.32%83.14%-
XYZ57.5860.3456.19-
YUV203.98118.98133.72-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 35.16%
GREEN value IS 203 (79.69% from 255) = 33.67%
BLUE value IS 188 (73.83% from 255) = 31.18%
R=35.16%
G=33.67%
B=31.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21220318800.040.110.1737.521.8278.43
HexD4CBBC04B1126164e
Octal3243132740413214626116
Binary1101010011001011101111000100101110001100110101101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4CBBC; }

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

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

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

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

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

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

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

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