#D5CBBE

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

Shades of Blanc #D5CBBE

Tints of Blanc #D5CBBE

Color information

#D5CBBE (or 0xD5CBBE) is unknown color: approx Blanc. HEX triplet: D5, CB and BE. RGB value is (213,203,190). Sum of RGB (Red+Green+Blue) = 213+203+190=606 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.15% from 606); Green value is 203 (79.69% from 255 or 33.50% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 213 - color contains mainly: red. Hex color #D5CBBE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5CBBE is #2A3441. Grayscale: #CCCCCC. Windows color (decimal): -2765890 or 12504021. OLE color: 12504021.

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

Color convert

RGB213203190-
CMYK00.050.110.16
HSL33.91º21.5%79.02%-
HSV(B)33.91º10.8%83.53%-
XYZ58.0960.5857.35-
YUV204.51119.81134.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.15%
GREEN value IS 203 (79.69% from 255) = 33.50%
BLUE value IS 190 (74.61% from 255) = 31.35%
R=35.15%
G=33.50%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21320319000.050.110.1633.9121.579.02
HexD5CBBE05B1022154f
Octal3253132760513204225117
Binary1101010111001011101111100101101110000100010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5CBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5CBBE; }

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

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

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

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

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

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

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

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