#D9FDD5

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

Shades of Blue Romance #D9FDD5

Tints of Blue Romance #D9FDD5

Color information

#D9FDD5 (or 0xD9FDD5) is unknown color: approx Blue Romance. HEX triplet: D9, FD and D5. RGB value is (217,253,213). Sum of RGB (Red+Green+Blue) = 217+253+213=683 (90% of max value = 765). Red value is 217 (85.16% from 255 or 31.77% from 683); Green value is 253 (99.22% from 255 or 37.04% from 683); Blue value is 213 (83.59% from 255 or 31.19% from 683); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDD5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDD5 is #26022A. Grayscale: #EDEDED. Windows color (decimal): -2490923 or 14024153. OLE color: 14024153.

HSL color Cylindrical-coordinate representation of color #D9FDD5: hue angle of 114º degrees, saturation: 0.91, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D9FDD5 is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.01.

Color convert

RGB217253213-
CMYK0.1400.160.01
HSL114º90.91%91.37%-
HSV(B)114º15.81%99.22%-
XYZ75.7589.8176.29-
YUV237.68114.07113.25-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 31.77%
GREEN value IS 253 (99.22% from 255) = 37.04%
BLUE value IS 213 (83.59% from 255) = 31.19%
R=31.77%
G=37.04%
B=31.19%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532130.1400.160.0111490.9191.37
HexD9FDD5E0101725b5b
Octal331375325160201162133133
Binary11011001111111011101010111100100001111001010110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDD5; }

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

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

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

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

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

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

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

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