#DAECD5

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

Shades of Blue Romance #DAECD5

Tints of Blue Romance #DAECD5

Color information

#DAECD5 (or 0xDAECD5) is unknown color: approx Blue Romance. HEX triplet: DA, EC and D5. RGB value is (218,236,213). Sum of RGB (Red+Green+Blue) = 218+236+213=667 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.68% from 667); Green value is 236 (92.58% from 255 or 35.38% from 667); Blue value is 213 (83.59% from 255 or 31.93% from 667); Max value from RGB is 236 - color contains mainly: green. Hex color #DAECD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAECD5 is #25132A. Grayscale: #E4E4E4. Windows color (decimal): -2429739 or 14019802. OLE color: 14019802.

HSL color Cylindrical-coordinate representation of color #DAECD5: hue angle of 106.96º degrees, saturation: 0.38, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #DAECD5 is Cyan = 0.08, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB218236213-
CMYK0.0800.100.07
HSL106.96º37.7%88.04%-
HSV(B)106.96º9.75%92.55%-
XYZ70.9279.774.6-
YUV228119.54120.87-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.68%
GREEN value IS 236 (92.58% from 255) = 35.38%
BLUE value IS 213 (83.59% from 255) = 31.93%
R=32.68%
G=35.38%
B=31.93%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2182362130.0800.100.07106.9637.788.04
HexDAECD580A76b2658
Octal33235432510012715346130
Binary11011010111011001101010110000101011111010111001101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAECD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAECD5; }

 p { color: rgb(218,236,213); }

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

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

 a { background-color: rgb(218,236,213); }

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

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

 span { border-color: rgb(218,236,213); }

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