#DAF9D2

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

Shades of Blue Romance #DAF9D2

Tints of Blue Romance #DAF9D2

Color information

#DAF9D2 (or 0xDAF9D2) is unknown color: approx Blue Romance. HEX triplet: DA, F9 and D2. RGB value is (218,249,210). Sum of RGB (Red+Green+Blue) = 218+249+210=677 (89% of max value = 765). Red value is 218 (85.55% from 255 or 32.20% from 677); Green value is 249 (97.66% from 255 or 36.78% from 677); Blue value is 210 (82.42% from 255 or 31.02% from 677); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9D2 is #25062D. Grayscale: #EBEBEB. Windows color (decimal): -2426414 or 13826522. OLE color: 13826522.

HSL color Cylindrical-coordinate representation of color #DAF9D2: hue angle of 107.69º degrees, saturation: 0.76, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #DAF9D2 is Cyan = 0.12, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB218249210-
CMYK0.1200.160.02
HSL107.69º76.47%90%-
HSV(B)107.69º15.66%97.65%-
XYZ74.4287.3173.9-
YUV235.28113.73115.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.20%
GREEN value IS 249 (97.66% from 255) = 36.78%
BLUE value IS 210 (82.42% from 255) = 31.02%
R=32.20%
G=36.78%
B=31.02%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492100.1200.160.02107.6976.4790
HexDAF9D2C01026c4c5a
Octal332371322140202154114132
Binary110110101111100111010010110001000010110110010011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9D2; }

 p { color: rgb(218,249,210); }

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

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

 a { background-color: rgb(218,249,210); }

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

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

 span { border-color: rgb(218,249,210); }

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