#DAFED0

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

Shades of Blue Romance #DAFED0

Tints of Blue Romance #DAFED0

Color information

#DAFED0 (or 0xDAFED0) is unknown color: approx Blue Romance. HEX triplet: DA, FE and D0. RGB value is (218,254,208). Sum of RGB (Red+Green+Blue) = 218+254+208=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 254 (99.61% from 255 or 37.35% from 680); Blue value is 208 (81.64% from 255 or 30.59% from 680); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED0 is #25012F. Grayscale: #EEEEEE. Windows color (decimal): -2425136 or 13696730. OLE color: 13696730.

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

Color convert

RGB218254208-
CMYK0.1400.180.00
HSL106.96º95.83%90.59%-
HSV(B)106.96º18.11%99.61%-
XYZ75.7490.3473.12-
YUV237.99111.07113.74-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 254 (99.61% from 255) = 37.35%
BLUE value IS 208 (81.64% from 255) = 30.59%
R=32.06%
G=37.35%
B=30.59%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2182542080.1400.180.00106.9695.8390.59
HexDAFED0E01206b605b
Octal332376320160220153140133
Binary11011010111111101101000011100100100110101111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFED0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFED0; }

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

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

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

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

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

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

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

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