#D5CBBC

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

Shades of Blanc #D5CBBC

Tints of Blanc #D5CBBC

Color information

#D5CBBC (or 0xD5CBBC) is unknown color: approx Blanc. HEX triplet: D5, CB and BC. RGB value is (213,203,188). Sum of RGB (Red+Green+Blue) = 213+203+188=604 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.26% from 604); Green value is 203 (79.69% from 255 or 33.61% from 604); Blue value is 188 (73.83% from 255 or 31.13% from 604); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBBC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBBC is #2A3443. Grayscale: #CCCCCC. Windows color (decimal): -2765892 or 12372949. OLE color: 12372949.

HSL color Cylindrical-coordinate representation of color #D5CBBC: hue angle of 36º degrees, saturation: 0.23, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D5CBBC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.16.

Color convert

RGB213203188-
CMYK00.050.120.16
HSL36º22.94%78.63%-
HSV(B)36º11.74%83.53%-
XYZ57.8760.4956.2-
YUV204.28118.81134.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.26%
GREEN value IS 203 (79.69% from 255) = 33.61%
BLUE value IS 188 (73.83% from 255) = 31.13%
R=35.26%
G=33.61%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320318800.050.120.163622.9478.63
HexD5CBBC05C1024174f
Octal3253132740514204427117
Binary1101010111001011101111000101110010000100100101111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBBC; }

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

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

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

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

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

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

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

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