#DACED4

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

Shades of Prim #DACED4

Tints of Prim #DACED4

Color information

#DACED4 (or 0xDACED4) is unknown color: approx Prim. HEX triplet: DA, CE and D4. RGB value is (218,206,212). Sum of RGB (Red+Green+Blue) = 218+206+212=636 (84% of max value = 765). Red value is 218 (85.55% from 255 or 34.28% from 636); Green value is 206 (80.86% from 255 or 32.39% from 636); Blue value is 212 (83.20% from 255 or 33.33% from 636); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED4 is #25312B. Grayscale: #D2D2D2. Windows color (decimal): -2437420 or 13946586. OLE color: 13946586.

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

Color convert

RGB218206212-
CMYK00.060.030.15
HSL330º13.95%83.14%-
HSV(B)330º5.5%85.49%-
XYZ62.8763.871.29-
YUV210.27128.98133.51-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.28%
GREEN value IS 206 (80.86% from 255) = 32.39%
BLUE value IS 212 (83.20% from 255) = 33.33%
R=34.28%
G=32.39%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.03
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21820621200.060.030.1533013.9583.14
HexDACED4063F14ae53
Octal3323163240631751216123
Binary110110101100111011010100011011111110100101011101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACED4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACED4; }

 p { color: rgb(218,206,212); }

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

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

 a { background-color: rgb(218,206,212); }

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

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

 span { border-color: rgb(218,206,212); }

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