#D6FBD3

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

Shades of Blue Romance #D6FBD3

Tints of Blue Romance #D6FBD3

Color information

#D6FBD3 (or 0xD6FBD3) is unknown color: approx Blue Romance. HEX triplet: D6, FB and D3. RGB value is (214,251,211). Sum of RGB (Red+Green+Blue) = 214+251+211=676 (89% of max value = 765). Red value is 214 (83.98% from 255 or 31.66% from 676); Green value is 251 (98.44% from 255 or 37.13% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 251 - color contains mainly: green. Hex color #D6FBD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6FBD3 is #29042C. Grayscale: #EBEBEB. Windows color (decimal): -2688045 or 13892566. OLE color: 13892566.

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

Color convert

RGB214251211-
CMYK0.1500.160.02
HSL115.5º83.33%90.59%-
HSV(B)115.5º15.94%98.43%-
XYZ73.9987.9974.71-
YUV235.38114.24112.75-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 31.66%
GREEN value IS 251 (98.44% from 255) = 37.13%
BLUE value IS 211 (82.81% from 255) = 31.21%
R=31.66%
G=37.13%
B=31.21%

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
Decimal2142512110.1500.160.02115.583.3390.59
HexD6FBD3F010274535b
Octal326373323170202164123133
Binary110101101111101111010011111101000010111010010100111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6FBD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6FBD3; }

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

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

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

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

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

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

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

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