#DAFFD3

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

Shades of Blue Romance #DAFFD3

Tints of Blue Romance #DAFFD3

Color information

#DAFFD3 (or 0xDAFFD3) is unknown color: approx Blue Romance. HEX triplet: DA, FF and D3. RGB value is (218,255,211). Sum of RGB (Red+Green+Blue) = 218+255+211=684 (90% of max value = 765). Red value is 218 (85.55% from 255 or 31.87% from 684); Green value is 255 (100% from 255 or 37.28% from 684); Blue value is 211 (82.81% from 255 or 30.85% from 684); Max value from RGB is 255 - color contains mainly: green. Hex color #DAFFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFFD3 is #25002C. Grayscale: #EFEFEF. Windows color (decimal): -2424877 or 13893594. OLE color: 13893594.

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

Color convert

RGB218255211-
CMYK0.1500.170
HSL110.45º100%91.37%-
HSV(B)110.45º17.25%100%-
XYZ76.4391.1375.19-
YUV238.92112.24113.08-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 31.87%
GREEN value IS 255 (100% from 255) = 37.28%
BLUE value IS 211 (82.81% from 255) = 30.85%
R=31.87%
G=37.28%
B=30.85%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2182552110.1500.170110.4510091.37
HexDAFFD3F01106e645b
Octal332377323170210156144133
Binary11011010111111111101001111110100010110111011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFFD3; }

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

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

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

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

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

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

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

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