#DAFAD5

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

Shades of Blue Romance #DAFAD5

Tints of Blue Romance #DAFAD5

Color information

#DAFAD5 (or 0xDAFAD5) is unknown color: approx Blue Romance. HEX triplet: DA, FA and D5. RGB value is (218,250,213). Sum of RGB (Red+Green+Blue) = 218+250+213=681 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.01% from 681); Green value is 250 (98.05% from 255 or 36.71% from 681); Blue value is 213 (83.59% from 255 or 31.28% from 681); Max value from RGB is 250 - color contains mainly: green. Hex color #DAFAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAFAD5 is #25052A. Grayscale: #ECECEC. Windows color (decimal): -2426155 or 14023386. OLE color: 14023386.

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

Color convert

RGB218250213-
CMYK0.1300.150.02
HSL111.89º78.72%90.78%-
HSV(B)111.89º14.8%98.04%-
XYZ75.1188.0875.99-
YUV236.21114.9115.01-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.01%
GREEN value IS 250 (98.05% from 255) = 36.71%
BLUE value IS 213 (83.59% from 255) = 31.28%
R=32.01%
G=36.71%
B=31.28%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182502130.1300.150.02111.8978.7290.78
HexDAFAD5D0F2704f5b
Octal332372325150172160117133
Binary11011010111110101101010111010111110111000010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAFAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAFAD5; }

 p { color: rgb(218,250,213); }

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

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

 a { background-color: rgb(218,250,213); }

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

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

 span { border-color: rgb(218,250,213); }

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