#DBD1C4

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

Shades of Blanc #DBD1C4

Tints of Blanc #DBD1C4

Color information

#DBD1C4 (or 0xDBD1C4) is unknown color: approx Blanc. HEX triplet: DB, D1 and C4. RGB value is (219,209,196). Sum of RGB (Red+Green+Blue) = 219+209+196=624 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.10% from 624); Green value is 209 (82.03% from 255 or 33.49% from 624); Blue value is 196 (76.95% from 255 or 31.41% from 624); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD1C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD1C4 is #242E3B. Grayscale: #D2D2D2. Windows color (decimal): -2371132 or 12898779. OLE color: 12898779.

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

Color convert

RGB219209196-
CMYK00.050.110.14
HSL33.91º24.21%81.37%-
HSV(B)33.91º10.5%85.88%-
XYZ61.9864.6561.44-
YUV210.51119.81134.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.10%
GREEN value IS 209 (82.03% from 255) = 33.49%
BLUE value IS 196 (76.95% from 255) = 31.41%
R=35.10%
G=33.49%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920919600.050.110.1433.9124.2181.37
HexDBD1C405BE221851
Octal3333213040513164230121
Binary110110111101000111000100010110111110100010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD1C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD1C4; }

 p { color: rgb(219,209,196); }

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

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

 a { background-color: rgb(219,209,196); }

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

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

 span { border-color: rgb(219,209,196); }

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