#D9F1D6

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

Shades of Blue Romance #D9F1D6

Tints of Blue Romance #D9F1D6

Color information

#D9F1D6 (or 0xD9F1D6) is unknown color: approx Blue Romance. HEX triplet: D9, F1 and D6. RGB value is (217,241,214). Sum of RGB (Red+Green+Blue) = 217+241+214=672 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.29% from 672); Green value is 241 (94.53% from 255 or 35.86% from 672); Blue value is 214 (83.98% from 255 or 31.85% from 672); Max value from RGB is 241 - color contains mainly: green. Hex color #D9F1D6 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9F1D6 is #260E29. Grayscale: #E6E6E6. Windows color (decimal): -2493994 or 14086617. OLE color: 14086617.

HSL color Cylindrical-coordinate representation of color #D9F1D6: hue angle of 113.33º degrees, saturation: 0.49, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #D9F1D6 is Cyan = 0.10, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.05.

Color convert

RGB217241214-
CMYK0.1000.110.05
HSL113.33º49.09%89.22%-
HSV(B)113.33º11.2%94.51%-
XYZ72.2182.5275.74-
YUV230.75118.55118.2-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.29%
GREEN value IS 241 (94.53% from 255) = 35.86%
BLUE value IS 214 (83.98% from 255) = 31.85%
R=32.29%
G=35.86%
B=31.85%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2172412140.1000.110.05113.3349.0989.22
HexD9F1D6A0B5713159
Octal33136132612013516161131
Binary11011001111100011101011010100101110111100011100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9F1D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9F1D6; }

 p { color: rgb(217,241,214); }

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

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

 a { background-color: rgb(217,241,214); }

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

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

 span { border-color: rgb(217,241,214); }

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