#DBCAD2

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

Shades of Prim #DBCAD2

Tints of Prim #DBCAD2

Color information

#DBCAD2 (or 0xDBCAD2) is unknown color: approx Prim. HEX triplet: DB, CA and D2. RGB value is (219,202,210). Sum of RGB (Red+Green+Blue) = 219+202+210=631 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.71% from 631); Green value is 202 (79.30% from 255 or 32.01% from 631); Blue value is 210 (82.42% from 255 or 33.28% from 631); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD2 is #24352D. Grayscale: #CFCFCF. Windows color (decimal): -2372910 or 13814491. OLE color: 13814491.

HSL color Cylindrical-coordinate representation of color #DBCAD2: hue angle of 331.76º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #DBCAD2 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.14.

Color convert

RGB219202210-
CMYK00.080.040.14
HSL331.76º19.1%82.55%-
HSV(B)331.76º7.76%85.88%-
XYZ61.9761.9569.67-
YUV208129.13135.85-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.71%
GREEN value IS 202 (79.30% from 255) = 32.01%
BLUE value IS 210 (82.42% from 255) = 33.28%
R=34.71%
G=32.01%
B=33.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.04
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920221000.080.040.14331.7619.182.55
HexDBCAD2084E14c1353
Octal33331232201041651423123
Binary110110111100101011010010010001001110101001100100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD2; }

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

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

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

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

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

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

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

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