#D7FBD0

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

Shades of Blue Romance #D7FBD0

Tints of Blue Romance #D7FBD0

Color information

#D7FBD0 (or 0xD7FBD0) is unknown color: approx Blue Romance. HEX triplet: D7, FB and D0. RGB value is (215,251,208). Sum of RGB (Red+Green+Blue) = 215+251+208=674 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.90% from 674); Green value is 251 (98.44% from 255 or 37.24% from 674); Blue value is 208 (81.64% from 255 or 30.86% from 674); Max value from RGB is 251 - color contains mainly: green. Hex color #D7FBD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FBD0 is #28042F. Grayscale: #EBEBEB. Windows color (decimal): -2622512 or 13695959. OLE color: 13695959.

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

Color convert

RGB215251208-
CMYK0.1400.170.02
HSL110.23º84.31%90%-
HSV(B)110.23º17.13%98.43%-
XYZ73.918872.76-
YUV235.33112.57113.5-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.90%
GREEN value IS 251 (98.44% from 255) = 37.24%
BLUE value IS 208 (81.64% from 255) = 30.86%
R=31.90%
G=37.24%
B=30.86%

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
Decimal2152512080.1400.170.02110.2384.3190
HexD7FBD0E01126e545a
Octal327373320160212156124132
Binary110101111111101111010000111001000110110111010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FBD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FBD0; }

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

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

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

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

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

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

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

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