#DACCD2

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

Shades of Prim #DACCD2

Tints of Prim #DACCD2

Color information

#DACCD2 (or 0xDACCD2) is unknown color: approx Prim. HEX triplet: DA, CC and D2. RGB value is (218,204,210). Sum of RGB (Red+Green+Blue) = 218+204+210=632 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.49% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 210 (82.42% from 255 or 33.23% from 632); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD2 is #25332D. Grayscale: #D0D0D0. Windows color (decimal): -2437934 or 13815002. OLE color: 13815002.

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

Color convert

RGB218204210-
CMYK00.060.040.15
HSL334.29º15.91%82.75%-
HSV(B)334.29º6.42%85.49%-
XYZ62.1462.7469.81-
YUV208.87128.64134.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.49%
GREEN value IS 204 (80.08% from 255) = 32.28%
BLUE value IS 210 (82.42% from 255) = 33.23%
R=34.49%
G=32.28%
B=33.23%

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
Decimal21820421000.060.040.15334.2915.9182.75
HexDACCD2064F14e1053
Octal3323143220641751620123
Binary11011010110011001101001001101001111101001110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCD2; }

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

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

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

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

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

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

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

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