#DAEFD5

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

Shades of Blue Romance #DAEFD5

Tints of Blue Romance #DAEFD5

Color information

#DAEFD5 (or 0xDAEFD5) is unknown color: approx Blue Romance. HEX triplet: DA, EF and D5. RGB value is (218,239,213). Sum of RGB (Red+Green+Blue) = 218+239+213=670 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.54% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 213 (83.59% from 255 or 31.79% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD5 is #25102A. Grayscale: #E5E5E5. Windows color (decimal): -2428971 or 14020570. OLE color: 14020570.

HSL color Cylindrical-coordinate representation of color #DAEFD5: hue angle of 108.46º degrees, saturation: 0.45, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #DAEFD5 is Cyan = 0.09, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.

Color convert

RGB218239213-
CMYK0.0900.110.06
HSL108.46º44.83%88.63%-
HSV(B)108.46º10.88%93.73%-
XYZ71.7981.4474.89-
YUV229.76118.54119.61-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.54%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 213 (83.59% from 255) = 31.79%
R=32.54%
G=35.67%
B=31.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392130.0900.110.06108.4644.8388.63
HexDAEFD590B66c2d59
Octal33235732511013615455131
Binary11011010111011111101010110010101111011011001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFD5; }

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

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

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

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

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

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

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

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