#D9FDCF

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

Shades of Blue Romance #D9FDCF

Tints of Blue Romance #D9FDCF

Color information

#D9FDCF (or 0xD9FDCF) is unknown color: approx Blue Romance. HEX triplet: D9, FD and CF. RGB value is (217,253,207). Sum of RGB (Red+Green+Blue) = 217+253+207=677 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.05% from 677); Green value is 253 (99.22% from 255 or 37.37% from 677); Blue value is 207 (81.25% from 255 or 30.58% from 677); Max value from RGB is 253 - color contains mainly: green. Hex color #D9FDCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FDCF is #260230. Grayscale: #EDEDED. Windows color (decimal): -2490929 or 13630937. OLE color: 13630937.

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

Color convert

RGB217253207-
CMYK0.1400.180.01
HSL106.96º92%90.2%-
HSV(B)106.96º18.18%99.22%-
XYZ7589.5172.36-
YUV236.99111.07113.74-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.05%
GREEN value IS 253 (99.22% from 255) = 37.37%
BLUE value IS 207 (81.25% from 255) = 30.58%
R=32.05%
G=37.37%
B=30.58%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2172532070.1400.180.01106.969290.2
HexD9FDCFE01216b5c5a
Octal331375317160221153134132
Binary11011001111111011100111111100100101110101110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FDCF; }

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

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

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

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

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

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

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

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