#d8f2d0

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

Shades of Blue Romance #D8F2D0

Tints of Blue Romance #D8F2D0

Color information

#D8F2D0 (or 0xD8F2D0) is unknown color: approx Blue Romance. HEX triplet: D8, F2 and D0. RGB value is (216,242,208). Sum of RGB (Red+Green+Blue) = 216+242+208=666 (88% of max value = 765). Red value is 216 (84.77% from 255 or 32.43% from 666); Green value is 242 (94.92% from 255 or 36.34% from 666); Blue value is 208 (81.64% from 255 or 31.23% from 666); Max value from RGB is 242 - color contains mainly: green. Hex color #D8F2D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D8F2D0 is #270D2F. Grayscale: #E6E6E6. Windows color (decimal): -2559280 or 13693656. OLE color: 13693656.

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

Color convert

RGB216242208-
CMYK0.1100.140.05
HSL105.88º56.67%88.24%-
HSV(B)105.88º14.05%94.9%-
XYZ71.4682.6671.86-
YUV230.35115.39117.76-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 32.43%
GREEN value IS 242 (94.92% from 255) = 36.34%
BLUE value IS 208 (81.64% from 255) = 31.23%
R=32.43%
G=36.34%
B=31.23%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2162422080.1100.140.05105.8856.6788.24
HexD8F2D0B0E56a3958
Octal33036232013016515271130
Binary11011000111100101101000010110111010111010101110011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8f2d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8f2d0; }

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

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

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

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

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

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

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

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