#D2F4D0

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

Shades of Blue Romance #D2F4D0

Tints of Blue Romance #D2F4D0

Color information

#D2F4D0 (or 0xD2F4D0) is unknown color: approx Blue Romance. HEX triplet: D2, F4 and D0. RGB value is (210,244,208). Sum of RGB (Red+Green+Blue) = 210+244+208=662 (87% of max value = 765). Red value is 210 (82.42% from 255 or 31.72% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 208 (81.64% from 255 or 31.42% from 662); Max value from RGB is 244 - color contains mainly: green. Hex color #D2F4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2F4D0 is #2D0B2F. Grayscale: #E5E5E5. Windows color (decimal): -2951984 or 13694162. OLE color: 13694162.

HSL color Cylindrical-coordinate representation of color #D2F4D0: hue angle of 116.67º degrees, saturation: 0.62, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D2F4D0 is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.04.

Color convert

RGB210244208-
CMYK0.1400.150.04
HSL116.67º62.07%88.63%-
HSV(B)116.67º14.75%95.69%-
XYZ70.3182.9671.98-
YUV229.73115.74113.93-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.72%
GREEN value IS 244 (95.70% from 255) = 36.86%
BLUE value IS 208 (81.64% from 255) = 31.42%
R=31.72%
G=36.86%
B=31.42%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2102442080.1400.150.04116.6762.0788.63
HexD2F4D0E0F4753e59
Octal32236432016017416576131
Binary11010010111101001101000011100111110011101011111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2F4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2F4D0; }

 p { color: rgb(210,244,208); }

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

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

 a { background-color: rgb(210,244,208); }

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

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

 span { border-color: rgb(210,244,208); }

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