#D9FAD5

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

Shades of Blue Romance #D9FAD5

Tints of Blue Romance #D9FAD5

Color information

#D9FAD5 (or 0xD9FAD5) is unknown color: approx Blue Romance. HEX triplet: D9, FA and D5. RGB value is (217,250,213). Sum of RGB (Red+Green+Blue) = 217+250+213=680 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.91% from 680); Green value is 250 (98.05% from 255 or 36.76% from 680); Blue value is 213 (83.59% from 255 or 31.32% from 680); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FAD5 is #26052A. Grayscale: #ECECEC. Windows color (decimal): -2491691 or 14023385. OLE color: 14023385.

HSL color Cylindrical-coordinate representation of color #D9FAD5: hue angle of 113.51º 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 #D9FAD5 is Cyan = 0.13, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.02.

Color convert

RGB217250213-
CMYK0.1300.150.02
HSL113.51º78.72%90.78%-
HSV(B)113.51º14.8%98.04%-
XYZ74.8187.9375.98-
YUV235.92115.07114.51-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.91%
GREEN value IS 250 (98.05% from 255) = 36.76%
BLUE value IS 213 (83.59% from 255) = 31.32%
R=31.91%
G=36.76%
B=31.32%

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
Decimal2172502130.1300.150.02113.5178.7290.78
HexD9FAD5D0F2724f5b
Octal331372325150172162117133
Binary11011001111110101101010111010111110111001010011111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAD5; }

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

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

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

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

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

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

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

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