#D8FBD0

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

Shades of Blue Romance #D8FBD0

Tints of Blue Romance #D8FBD0

Color information

#D8FBD0 (or 0xD8FBD0) is unknown color: approx Blue Romance. HEX triplet: D8, FB and D0. RGB value is (216,251,208). Sum of RGB (Red+Green+Blue) = 216+251+208=675 (89% of max value = 765). Red value is 216 (84.77% from 255 or 32% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 208 (81.64% from 255 or 30.81% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #D8FBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8FBD0 is #27042F. Grayscale: #EBEBEB. Windows color (decimal): -2556976 or 13695960. OLE color: 13695960.

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

Color convert

RGB216251208-
CMYK0.1400.170.02
HSL108.84º84.31%90%-
HSV(B)108.84º17.13%98.43%-
XYZ74.288.1572.78-
YUV235.63112.4114-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 208 (81.64% from 255) = 30.81%
R=32%
G=37.19%
B=30.81%

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
Decimal2162512080.1400.170.02108.8484.3190
HexD8FBD0E01126d545a
Octal330373320160212155124132
Binary110110001111101111010000111001000110110110110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8FBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8FBD0; }

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

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

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

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

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

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

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

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