#DACCD0

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

Shades of Prim #DACCD0

Tints of Prim #DACCD0

Color information

#DACCD0 (or 0xDACCD0) is unknown color: approx Prim. HEX triplet: DA, CC and D0. RGB value is (218,204,208). Sum of RGB (Red+Green+Blue) = 218+204+208=630 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.60% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 208 (81.64% from 255 or 33.02% from 630); Max value from RGB is 218 - color contains mainly: red. Hex color #DACCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACCD0 is #25332F. Grayscale: #D0D0D0. Windows color (decimal): -2437936 or 13683930. OLE color: 13683930.

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

Color convert

RGB218204208-
CMYK00.060.050.15
HSL342.86º15.91%82.75%-
HSV(B)342.86º6.42%85.49%-
XYZ61.8962.6568.5-
YUV208.64127.64134.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.60%
GREEN value IS 204 (80.08% from 255) = 32.38%
BLUE value IS 208 (81.64% from 255) = 33.02%
R=34.60%
G=32.38%
B=33.02%

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
Decimal21820420800.060.050.15342.8615.9182.75
HexDACCD0065F1571053
Octal3323143200651752720123
Binary11011010110011001101000001101011111101010111100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACCD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACCD0; }

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

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

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

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

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

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

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

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