#DACED1

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

Shades of Prim #DACED1

Tints of Prim #DACED1

Color information

#DACED1 (or 0xDACED1) is unknown color: approx Prim. HEX triplet: DA, CE and D1. RGB value is (218,206,209). Sum of RGB (Red+Green+Blue) = 218+206+209=633 (83% of max value = 765). Red value is 218 (85.55% from 255 or 34.44% from 633); Green value is 206 (80.86% from 255 or 32.54% from 633); Blue value is 209 (82.03% from 255 or 33.02% from 633); Max value from RGB is 218 - color contains mainly: red. Hex color #DACED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DACED1 is #25312E. Grayscale: #D1D1D1. Windows color (decimal): -2437423 or 13749978. OLE color: 13749978.

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

Color convert

RGB218206209-
CMYK00.060.040.15
HSL345º13.95%83.14%-
HSV(B)345º5.5%85.49%-
XYZ62.4963.6569.31-
YUV209.93127.48133.76-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 34.44%
GREEN value IS 206 (80.86% from 255) = 32.54%
BLUE value IS 209 (82.03% from 255) = 33.02%
R=34.44%
G=32.54%
B=33.02%

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
Decimal21820620900.060.040.1534513.9583.14
HexDACED1064F159e53
Octal3323163210641753116123
Binary1101101011001110110100010110100111110101100111101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DACED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DACED1; }

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

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

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

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

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

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

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

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