#D7F1D2

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

Shades of Blue Romance #D7F1D2

Tints of Blue Romance #D7F1D2

Color information

#D7F1D2 (or 0xD7F1D2) is unknown color: approx Blue Romance. HEX triplet: D7, F1 and D2. RGB value is (215,241,210). Sum of RGB (Red+Green+Blue) = 215+241+210=666 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.28% from 666); Green value is 241 (94.53% from 255 or 36.19% from 666); Blue value is 210 (82.42% from 255 or 31.53% from 666); Max value from RGB is 241 - color contains mainly: green. Hex color #D7F1D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F1D2 is #280E2D. Grayscale: #E5E5E5. Windows color (decimal): -2625070 or 13824471. OLE color: 13824471.

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

Color convert

RGB215241210-
CMYK0.1100.130.05
HSL110.32º52.54%88.43%-
HSV(B)110.32º12.86%94.51%-
XYZ71.1182.0173.05-
YUV229.69116.89117.52-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.28%
GREEN value IS 241 (94.53% from 255) = 36.19%
BLUE value IS 210 (82.42% from 255) = 31.53%
R=32.28%
G=36.19%
B=31.53%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2152412100.1100.130.05110.3252.5488.43
HexD7F1D2B0D56e3558
Octal32736132213015515665130
Binary11010111111100011101001010110110110111011101101011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F1D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F1D2; }

 p { color: rgb(215,241,210); }

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

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

 a { background-color: rgb(215,241,210); }

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

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

 span { border-color: rgb(215,241,210); }

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