#D7F2D2

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

Shades of Blue Romance #D7F2D2

Tints of Blue Romance #D7F2D2

Color information

#D7F2D2 (or 0xD7F2D2) is unknown color: approx Blue Romance. HEX triplet: D7, F2 and D2. RGB value is (215,242,210). Sum of RGB (Red+Green+Blue) = 215+242+210=667 (88% of max value = 765). Red value is 215 (84.38% from 255 or 32.23% from 667); Green value is 242 (94.92% from 255 or 36.28% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 242 - color contains mainly: green. Hex color #D7F2D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7F2D2 is #280D2D. Grayscale: #E6E6E6. Windows color (decimal): -2624814 or 13824727. OLE color: 13824727.

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

Color convert

RGB215242210-
CMYK0.1100.130.05
HSL110.62º55.17%88.63%-
HSV(B)110.62º13.22%94.9%-
XYZ71.4182.673.15-
YUV230.28116.55117.1-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 32.23%
GREEN value IS 242 (94.92% from 255) = 36.28%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=32.23%
G=36.28%
B=31.48%

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
Decimal2152422100.1100.130.05110.6255.1788.63
HexD7F2D2B0D56f3759
Octal32736232213015515767131
Binary11010111111100101101001010110110110111011111101111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7F2D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7F2D2; }

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

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

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

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

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

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

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

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