#D6FBD2

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

Shades of Blue Romance #D6FBD2

Tints of Blue Romance #D6FBD2

Color information

#D6FBD2 (or 0xD6FBD2) is unknown color: approx Blue Romance. HEX triplet: D6, FB and D2. RGB value is (214,251,210). Sum of RGB (Red+Green+Blue) = 214+251+210=675 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.70% from 675); Green value is 251 (98.44% from 255 or 37.19% from 675); Blue value is 210 (82.42% from 255 or 31.11% from 675); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBD2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FBD2 is #29042D. Grayscale: #EBEBEB. Windows color (decimal): -2688046 or 13827030. OLE color: 13827030.

HSL color Cylindrical-coordinate representation of color #D6FBD2: hue angle of 114.15º degrees, saturation: 0.84, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D6FBD2 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB214251210-
CMYK0.1500.160.02
HSL114.15º83.67%90.39%-
HSV(B)114.15º16.33%98.43%-
XYZ73.8687.9474.05-
YUV235.26113.74112.83-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.70%
GREEN value IS 251 (98.44% from 255) = 37.19%
BLUE value IS 210 (82.42% from 255) = 31.11%
R=31.70%
G=37.19%
B=31.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2142512100.1500.160.02114.1583.6790.39
HexD6FBD2F010272545a
Octal326373322170202162124132
Binary110101101111101111010010111101000010111001010101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FBD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FBD2; }

 p { color: rgb(214,251,210); }

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

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

 a { background-color: rgb(214,251,210); }

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

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

 span { border-color: rgb(214,251,210); }

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