#DAEFD6

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

Shades of Blue Romance #DAEFD6

Tints of Blue Romance #DAEFD6

Color information

#DAEFD6 (or 0xDAEFD6) is unknown color: approx Blue Romance. HEX triplet: DA, EF and D6. RGB value is (218,239,214). Sum of RGB (Red+Green+Blue) = 218+239+214=671 (88% of max value = 765). Red value is 218 (85.55% from 255 or 32.49% from 671); Green value is 239 (93.75% from 255 or 35.62% from 671); Blue value is 214 (83.98% from 255 or 31.89% from 671); Max value from RGB is 239 - color contains mainly: green. Hex color #DAEFD6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAEFD6 is #251029. Grayscale: #E5E5E5. Windows color (decimal): -2428970 or 14086106. OLE color: 14086106.

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

Color convert

RGB218239214-
CMYK0.0900.100.06
HSL110.4º43.86%88.82%-
HSV(B)110.4º10.46%93.73%-
XYZ71.9281.4975.56-
YUV229.87119.04119.53-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.49%
GREEN value IS 239 (93.75% from 255) = 35.62%
BLUE value IS 214 (83.98% from 255) = 31.89%
R=32.49%
G=35.62%
B=31.89%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2182392140.0900.100.06110.443.8688.82
HexDAEFD690A66e2c59
Octal33235732611012615654131
Binary11011010111011111101011010010101011011011101011001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAEFD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAEFD6; }

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

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

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

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

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

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

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

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