#DBCAD1

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

Shades of Prim #DBCAD1

Tints of Prim #DBCAD1

Color information

#DBCAD1 (or 0xDBCAD1) is unknown color: approx Prim. HEX triplet: DB, CA and D1. RGB value is (219,202,209). Sum of RGB (Red+Green+Blue) = 219+202+209=630 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.76% from 630); Green value is 202 (79.30% from 255 or 32.06% from 630); Blue value is 209 (82.03% from 255 or 33.17% from 630); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCAD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCAD1 is #24352E. Grayscale: #CFCFCF. Windows color (decimal): -2372911 or 13748955. OLE color: 13748955.

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

Color convert

RGB219202209-
CMYK00.080.050.14
HSL335.29º19.1%82.55%-
HSV(B)335.29º7.76%85.88%-
XYZ61.8461.969.01-
YUV207.88128.63135.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 34.76%
GREEN value IS 202 (79.30% from 255) = 32.06%
BLUE value IS 209 (82.03% from 255) = 33.17%
R=34.76%
G=32.06%
B=33.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.05
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21920220900.080.050.14335.2919.182.55
HexDBCAD1085E14f1353
Octal33331232101051651723123
Binary110110111100101011010001010001011110101001111100111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBCAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBCAD1; }

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

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

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

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

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

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

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

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