#DACCD1

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

Shades of Prim #DACCD1

Tints of Prim #DACCD1

Color information

#DACCD1 (or 0xDACCD1) is unknown color: approx Prim. HEX triplet: DA, CC and D1. RGB value is (218,204,209). Sum of RGB (Red+Green+Blue) = 218+204+209=631 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.55% from 631); Green value is 204 (80.08% from 255 or 32.33% from 631); Blue value is 209 (82.03% from 255 or 33.12% from 631); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD1 is #25332E. Grayscale: #D0D0D0. Windows color (decimal): -2437935 or 13749466. OLE color: 13749466.

HSL color Cylindrical-coordinate representation of color #DACCD1: hue angle of 338.57º degrees, saturation: 0.16, 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 #DACCD1 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.15.

Color convert

RGB218204209-
CMYK00.060.040.15
HSL338.57º15.91%82.75%-
HSV(B)338.57º6.42%85.49%-
XYZ62.0162.6969.15-
YUV208.76128.14134.59-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.55%
GREEN value IS 204 (80.08% from 255) = 32.33%
BLUE value IS 209 (82.03% from 255) = 33.12%
R=34.55%
G=32.33%
B=33.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.04
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820420900.060.040.15338.5715.9182.75
HexDACCD1064F1531053
Octal3323143210641752320123
Binary11011010110011001101000101101001111101010011100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCD1; }

 p { color: rgb(218,204,209); }

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

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

 a { background-color: rgb(218,204,209); }

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

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

 span { border-color: rgb(218,204,209); }

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