#DAF9D5

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

Shades of Blue Romance #DAF9D5

Tints of Blue Romance #DAF9D5

Color information

#DAF9D5 (or 0xDAF9D5) is unknown color: approx Blue Romance. HEX triplet: DA, F9 and D5. RGB value is (218,249,213). Sum of RGB (Red+Green+Blue) = 218+249+213=680 (90% of max value = 765). Red value is 218 (85.55% from 255 or 32.06% from 680); Green value is 249 (97.66% from 255 or 36.62% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 249 - color contains mainly: green. Hex color #DAF9D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DAF9D5 is #25062A. Grayscale: #EBEBEB. Windows color (decimal): -2426411 or 14023130. OLE color: 14023130.

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

Color convert

RGB218249213-
CMYK0.1200.140.02
HSL111.67º75%90.59%-
HSV(B)111.67º14.46%97.65%-
XYZ74.887.4675.89-
YUV235.63115.23115.43-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 32.06%
GREEN value IS 249 (97.66% from 255) = 36.62%
BLUE value IS 213 (83.59% from 255) = 31.32%
R=32.06%
G=36.62%
B=31.32%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2182492130.1200.140.02111.677590.59
HexDAF9D5C0E2704b5b
Octal332371325140162160113133
Binary11011010111110011101010111000111010111000010010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DAF9D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DAF9D5; }

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

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

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

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

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

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

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

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