#DBD2C6

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

Shades of Blanc #DBD2C6

Tints of Blanc #DBD2C6

Color information

#DBD2C6 (or 0xDBD2C6) is unknown color: approx Blanc. HEX triplet: DB, D2 and C6. RGB value is (219,210,198). Sum of RGB (Red+Green+Blue) = 219+210+198=627 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.93% from 627); Green value is 210 (82.42% from 255 or 33.49% from 627); Blue value is 198 (77.73% from 255 or 31.58% from 627); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD2C6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD2C6 is #242D39. Grayscale: #D3D3D3. Windows color (decimal): -2370874 or 13030107. OLE color: 13030107.

HSL color Cylindrical-coordinate representation of color #DBD2C6: hue angle of 34.29º degrees, saturation: 0.23, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DBD2C6 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.14.

Color convert

RGB219210198-
CMYK00.040.100.14
HSL34.29º22.58%81.76%-
HSV(B)34.29º9.59%85.88%-
XYZ62.4565.2362.73-
YUV211.32120.48133.48-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.93%
GREEN value IS 210 (82.42% from 255) = 33.49%
BLUE value IS 198 (77.73% from 255) = 31.58%
R=34.93%
G=33.49%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921019800.040.100.1434.2922.5881.76
HexDBD2C604AE221752
Octal3333223060412164227122
Binary110110111101001011000110010010101110100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD2C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD2C6; }

 p { color: rgb(219,210,198); }

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

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

 a { background-color: rgb(219,210,198); }

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

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

 span { border-color: rgb(219,210,198); }

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