#DACDD0

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

Shades of Prim #DACDD0

Tints of Prim #DACDD0

Color information

#DACDD0 (or 0xDACDD0) is unknown color: approx Prim. HEX triplet: DA, CD and D0. RGB value is (218,205,208). Sum of RGB (Red+Green+Blue) = 218+205+208=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 205 (80.47% from 255 or 32.49% from 631); Blue value is 208 (81.64% from 255 or 32.96% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DACDD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACDD0 is #25322F. Grayscale: #D1D1D1. Windows color (decimal): -2437680 or 13684186. OLE color: 13684186.

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

Color convert

RGB218205208-
CMYK00.060.050.15
HSL346.15º14.94%82.94%-
HSV(B)346.15º5.96%85.49%-
XYZ62.1363.1268.58-
YUV209.23127.31134.26-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 205 (80.47% from 255) = 32.49%
BLUE value IS 208 (81.64% from 255) = 32.96%
R=34.55%
G=32.49%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.05
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820520800.060.050.15346.1514.9482.94
HexDACDD0065F15af53
Octal3323153200651753217123
Binary1101101011001101110100000110101111110101101011111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACDD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACDD0; }

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

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

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

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

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

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

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

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