#DAFED1

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

Shades of Blue Romance #DAFED1

Tints of Blue Romance #DAFED1

Color information

#DAFED1 (or 0xDAFED1) is unknown color: approx Blue Romance. HEX triplet: DA, FE and D1. RGB value is (218,254,209). Sum of RGB (Red+Green+Blue) = 218+254+209=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 254 (99.61% from 255 or 37.30% from 681); Blue value is 209 (82.03% from 255 or 30.69% from 681); Max value from RGB is 254 - color contains mainly: green. Hex color #DAFED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFED1 is #25012E. Grayscale: #EEEEEE. Windows color (decimal): -2425135 or 13762266. OLE color: 13762266.

HSL color Cylindrical-coordinate representation of color #DAFED1: hue angle of 108º 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 #DAFED1 is Cyan = 0.14, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB218254209-
CMYK0.1400.180.00
HSL108º95.74%90.78%-
HSV(B)108º17.72%99.61%-
XYZ75.8690.3973.77-
YUV238.11111.57113.66-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 254 (99.61% from 255) = 37.30%
BLUE value IS 209 (82.03% from 255) = 30.69%
R=32.01%
G=37.30%
B=30.69%

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
Decimal2182542090.1400.180.0010895.7490.78
HexDAFED1E01206c605b
Octal332376321160220154140133
Binary11011010111111101101000111100100100110110011000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFED1; }

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

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

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

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

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

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

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

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