#D9FBD0

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

Shades of Blue Romance #D9FBD0

Tints of Blue Romance #D9FBD0

Color information

#D9FBD0 (or 0xD9FBD0) is unknown color: approx Blue Romance. HEX triplet: D9, FB and D0. RGB value is (217,251,208). Sum of RGB (Red+Green+Blue) = 217+251+208=676 (89% of max value = 765). Red value is 217 (85.16% from 255 or 32.10% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 208 (81.64% from 255 or 30.77% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #D9FBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D9FBD0 is #26042F. Grayscale: #ECECEC. Windows color (decimal): -2491440 or 13695961. OLE color: 13695961.

HSL color Cylindrical-coordinate representation of color #D9FBD0: hue angle of 107.44º degrees, saturation: 0.84, 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 #D9FBD0 is Cyan = 0.14, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.02.

Color convert

RGB217251208-
CMYK0.1400.170.02
HSL107.44º84.31%90%-
HSV(B)107.44º17.13%98.43%-
XYZ74.588.372.79-
YUV235.93112.24114.5-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 32.10%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 208 (81.64% from 255) = 30.77%
R=32.10%
G=37.13%
B=30.77%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2172512080.1400.170.02107.4484.3190
HexD9FBD0E01126b545a
Octal331373320160212153124132
Binary110110011111101111010000111001000110110101110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9FBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9FBD0; }

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

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

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

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

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

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

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

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