#DBD4C4

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

Shades of Blanc #DBD4C4

Tints of Blanc #DBD4C4

Color information

#DBD4C4 (or 0xDBD4C4) is unknown color: approx Blanc. HEX triplet: DB, D4 and C4. RGB value is (219,212,196). Sum of RGB (Red+Green+Blue) = 219+212+196=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 212 (83.20% from 255 or 33.81% from 627); Blue value is 196 (76.95% from 255 or 31.26% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD4C4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD4C4 is #242B3B. Grayscale: #D4D4D4. Windows color (decimal): -2370364 or 12899547. OLE color: 12899547.

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

Color convert

RGB219212196-
CMYK00.030.110.14
HSL41.74º24.21%81.37%-
HSV(B)41.74º10.5%85.88%-
XYZ62.7266.1361.68-
YUV212.27118.82132.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 212 (83.20% from 255) = 33.81%
BLUE value IS 196 (76.95% from 255) = 31.26%
R=34.93%
G=33.81%
B=31.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.11
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921219600.030.110.1441.7424.2181.37
HexDBD4C403BE2a1851
Octal3333243040313165230121
Binary11011011110101001100010001110111110101010110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD4C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD4C4; }

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

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

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

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

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

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

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

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