#DBD3C4

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

Shades of Blanc #DBD3C4

Tints of Blanc #DBD3C4

Color information

#DBD3C4 (or 0xDBD3C4) is unknown color: approx Blanc. HEX triplet: DB, D3 and C4. RGB value is (219,211,196). Sum of RGB (Red+Green+Blue) = 219+211+196=626 (82% of max value = 765). Red value is 219 (85.94% from 255 or 34.98% from 626); Green value is 211 (82.81% from 255 or 33.71% from 626); Blue value is 196 (76.95% from 255 or 31.31% from 626); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD3C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD3C4 is #242C3B. Grayscale: #D3D3D3. Windows color (decimal): -2370620 or 12899291. OLE color: 12899291.

HSL color Cylindrical-coordinate representation of color #DBD3C4: hue angle of 39.13º 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 #DBD3C4 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.14.

Color convert

RGB219211196-
CMYK00.040.110.14
HSL39.13º24.21%81.37%-
HSV(B)39.13º10.5%85.88%-
XYZ62.4765.6361.6-
YUV211.68119.15133.22-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.98%
GREEN value IS 211 (82.81% from 255) = 33.71%
BLUE value IS 196 (76.95% from 255) = 31.31%
R=34.98%
G=33.71%
B=31.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921119600.040.110.1439.1324.2181.37
HexDBD3C404BE271851
Octal3333233040413164730121
Binary110110111101001111000100010010111110100111110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD3C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD3C4; }

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

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

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

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

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

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

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

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