#DAF2D5

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

Shades of Blue Romance #DAF2D5

Tints of Blue Romance #DAF2D5

Color information

#DAF2D5 (or 0xDAF2D5) is unknown color: approx Blue Romance. HEX triplet: DA, F2 and D5. RGB value is (218,242,213). Sum of RGB (Red+Green+Blue) = 218+242+213=673 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.39% from 673); Green value is 242 (94.92% from 255 or 35.96% from 673); Blue value is 213 (83.59% from 255 or 31.65% from 673); Max value from RGB is 242 - color contains mainly: green. Hex color #DAF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF2D5 is #250D2A. Grayscale: #E7E7E7. Windows color (decimal): -2428203 or 14021338. OLE color: 14021338.

HSL color Cylindrical-coordinate representation of color #DAF2D5: hue angle of 109.66º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DAF2D5 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB218242213-
CMYK0.1000.120.05
HSL109.66º52.73%89.22%-
HSV(B)109.66º11.98%94.9%-
XYZ72.6883.2175.18-
YUV231.52117.55118.36-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.39%
GREEN value IS 242 (94.92% from 255) = 35.96%
BLUE value IS 213 (83.59% from 255) = 31.65%
R=32.39%
G=35.96%
B=31.65%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2182422130.1000.120.05109.6652.7389.22
HexDAF2D5A0C56e3559
Octal33236232512014515665131
Binary11011010111100101101010110100110010111011101101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF2D5; }

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

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

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

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

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

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

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

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