#D3F4D0

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

Shades of Blue Romance #D3F4D0

Tints of Blue Romance #D3F4D0

Color information

#D3F4D0 (or 0xD3F4D0) is unknown color: approx Blue Romance. HEX triplet: D3, F4 and D0. RGB value is (211,244,208). Sum of RGB (Red+Green+Blue) = 211+244+208=663 (87% of max value = 765). Red value is 211 (82.81% from 255 or 31.83% from 663); Green value is 244 (95.70% from 255 or 36.80% from 663); Blue value is 208 (81.64% from 255 or 31.37% from 663); Max value from RGB is 244 - color contains mainly: green. Hex color #D3F4D0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3F4D0 is #2C0B2F. Grayscale: #E6E6E6. Windows color (decimal): -2886448 or 13694163. OLE color: 13694163.

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

Color convert

RGB211244208-
CMYK0.1400.150.04
HSL115º62.07%88.63%-
HSV(B)115º14.75%95.69%-
XYZ70.683.171.99-
YUV230.03115.57114.43-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.83%
GREEN value IS 244 (95.70% from 255) = 36.80%
BLUE value IS 208 (81.64% from 255) = 31.37%
R=31.83%
G=36.80%
B=31.37%

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
Decimal2112442080.1400.150.0411562.0788.63
HexD3F4D0E0F4733e59
Octal32336432016017416376131
Binary11010011111101001101000011100111110011100111111101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3F4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3F4D0; }

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

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

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

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

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

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

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

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