#DAFED2

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

Shades of Blue Romance #DAFED2

Tints of Blue Romance #DAFED2

Color information

#DAFED2 (or 0xDAFED2) is unknown color: approx Blue Romance. HEX triplet: DA, FE and D2. RGB value is (218,254,210). Sum of RGB (Red+Green+Blue) = 218+254+210=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 254 (99.61% from 255 or 37.24% from 682); Blue value is 210 (82.42% from 255 or 30.79% from 682); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED2 is #25012D. Grayscale: #EEEEEE. Windows color (decimal): -2425134 or 13827802. OLE color: 13827802.

HSL color Cylindrical-coordinate representation of color #DAFED2: hue angle of 109.09º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #DAFED2 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.

Color convert

RGB218254210-
CMYK0.1400.170.00
HSL109.09º95.65%90.98%-
HSV(B)109.09º17.32%99.61%-
XYZ75.9990.4474.42-
YUV238.22112.07113.58-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 254 (99.61% from 255) = 37.24%
BLUE value IS 210 (82.42% from 255) = 30.79%
R=31.96%
G=37.24%
B=30.79%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542100.1400.170.00109.0995.6590.98
HexDAFED2E01106d605b
Octal332376322160210155140133
Binary11011010111111101101001011100100010110110111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFED2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFED2; }

 p { color: rgb(218,254,210); }

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

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

 a { background-color: rgb(218,254,210); }

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

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

 span { border-color: rgb(218,254,210); }

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