#DACBD0

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

Shades of Prim #DACBD0

Tints of Prim #DACBD0

Color information

#DACBD0 (or 0xDACBD0) is unknown color: approx Prim. HEX triplet: DA, CB and D0. RGB value is (218,203,208). Sum of RGB (Red+Green+Blue) = 218+203+208=629 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.66% from 629); Green value is 203 (79.69% from 255 or 32.27% from 629); Blue value is 208 (81.64% from 255 or 33.07% from 629); Max value from RGB is 218 - color contains mainly: red. Hex color #DACBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACBD0 is #25342F. Grayscale: #D0D0D0. Windows color (decimal): -2438192 or 13683674. OLE color: 13683674.

HSL color Cylindrical-coordinate representation of color #DACBD0: hue angle of 340º degrees, saturation: 0.17, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DACBD0 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB218203208-
CMYK00.070.050.15
HSL340º16.85%82.55%-
HSV(B)340º6.88%85.49%-
XYZ61.6562.1768.43-
YUV208.05127.97135.09-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.66%
GREEN value IS 203 (79.69% from 255) = 32.27%
BLUE value IS 208 (81.64% from 255) = 33.07%
R=34.66%
G=32.27%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820320800.070.050.1534016.8582.55
HexDACBD0075F1541153
Octal3323133200751752421123
Binary11011010110010111101000001111011111101010100100011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACBD0; }

 p { color: rgb(218,203,208); }

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

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

 a { background-color: rgb(218,203,208); }

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

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

 span { border-color: rgb(218,203,208); }

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