#D7FBD1

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

Shades of Blue Romance #D7FBD1

Tints of Blue Romance #D7FBD1

Color information

#D7FBD1 (or 0xD7FBD1) is unknown color: approx Blue Romance. HEX triplet: D7, FB and D1. RGB value is (215,251,209). Sum of RGB (Red+Green+Blue) = 215+251+209=675 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.85% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 209 (82.03% from 255 or 30.96% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FBD1 is #28042E. Grayscale: #EBEBEB. Windows color (decimal): -2622511 or 13761495. OLE color: 13761495.

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

Color convert

RGB215251209-
CMYK0.1400.170.02
HSL111.43º84%90.2%-
HSV(B)111.43º16.73%98.43%-
XYZ74.0388.0473.41-
YUV235.45113.07113.42-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.85%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 209 (82.03% from 255) = 30.96%
R=31.85%
G=37.19%
B=30.96%

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
Decimal2152512090.1400.170.02111.438490.2
HexD7FBD1E01126f545a
Octal327373321160212157124132
Binary110101111111101111010001111001000110110111110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FBD1; }

 p { color: rgb(215,251,209); }

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

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

 a { background-color: rgb(215,251,209); }

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

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

 span { border-color: rgb(215,251,209); }

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