#DAFFD1

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

Shades of Blue Romance #DAFFD1

Tints of Blue Romance #DAFFD1

Color information

#DAFFD1 (or 0xDAFFD1) is unknown color: approx Blue Romance. HEX triplet: DA, FF and D1. RGB value is (218,255,209). Sum of RGB (Red+Green+Blue) = 218+255+209=682 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.96% from 682); Green value is 255 (100% from 255 or 37.39% from 682); Blue value is 209 (82.03% from 255 or 30.65% from 682); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD1 is #25002E. Grayscale: #EEEEEE. Windows color (decimal): -2424879 or 13762522. OLE color: 13762522.

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

Color convert

RGB218255209-
CMYK0.1500.180
HSL108.26º100%90.98%-
HSV(B)108.26º18.04%100%-
XYZ76.1891.0373.88-
YUV238.69111.24113.24-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.96%
GREEN value IS 255 (100% from 255) = 37.39%
BLUE value IS 209 (82.03% from 255) = 30.65%
R=31.96%
G=37.39%
B=30.65%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552090.1500.180108.2610090.98
HexDAFFD1F01206c645b
Octal332377321170220154144133
Binary11011010111111111101000111110100100110110011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFD1; }

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

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

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

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

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

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

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

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