#D9FAD0

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

Shades of Blue Romance #D9FAD0

Tints of Blue Romance #D9FAD0

Color information

#D9FAD0 (or 0xD9FAD0) is unknown color: approx Blue Romance. HEX triplet: D9, FA and D0. RGB value is (217,250,208). Sum of RGB (Red+Green+Blue) = 217+250+208=675 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.15% from 675); Green value is 250 (98.05% from 255 or 37.04% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 250 - color contains mainly: green. Hex color #D9FAD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FAD0 is #26052F. Grayscale: #EBEBEB. Windows color (decimal): -2491696 or 13695705. OLE color: 13695705.

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

Color convert

RGB217250208-
CMYK0.1300.170.02
HSL107.14º80.77%89.8%-
HSV(B)107.14º16.8%98.04%-
XYZ74.1987.6872.69-
YUV235.34112.57114.92-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.15%
GREEN value IS 250 (98.05% from 255) = 37.04%
BLUE value IS 208 (81.64% from 255) = 30.81%
R=32.15%
G=37.04%
B=30.81%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172502080.1300.170.02107.1480.7789.8
HexD9FAD0D01126b515a
Octal331372320150212153121132
Binary110110011111101011010000110101000110110101110100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FAD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FAD0; }

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

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

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

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

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

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

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

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