#D6F0D1

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

Shades of Blue Romance #D6F0D1

Tints of Blue Romance #D6F0D1

Color information

#D6F0D1 (or 0xD6F0D1) is unknown color: approx Blue Romance. HEX triplet: D6, F0 and D1. RGB value is (214,240,209). Sum of RGB (Red+Green+Blue) = 214+240+209=663 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.28% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 209 (82.03% from 255 or 31.52% from 663); Max value from RGB is 240 - color contains mainly: green. Hex color #D6F0D1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F0D1 is #290F2E. Grayscale: #E4E4E4. Windows color (decimal): -2690863 or 13758678. OLE color: 13758678.

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

Color convert

RGB214240209-
CMYK0.1100.130.06
HSL110.32º50.82%88.04%-
HSV(B)110.32º12.92%94.12%-
XYZ70.481.2272.29-
YUV228.69116.89117.52-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.28%
GREEN value IS 240 (94.14% from 255) = 36.20%
BLUE value IS 209 (82.03% from 255) = 31.52%
R=32.28%
G=36.20%
B=31.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142402090.1100.130.06110.3250.8288.04
HexD6F0D1B0D66e3358
Octal32636032113015615663130
Binary11010110111100001101000110110110111011011101100111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F0D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F0D1; }

 p { color: rgb(214,240,209); }

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

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

 a { background-color: rgb(214,240,209); }

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

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

 span { border-color: rgb(214,240,209); }

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