#D6F1D4

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

Shades of Blue Romance #D6F1D4

Tints of Blue Romance #D6F1D4

Color information

#D6F1D4 (or 0xD6F1D4) is unknown color: approx Blue Romance. HEX triplet: D6, F1 and D4. RGB value is (214,241,212). Sum of RGB (Red+Green+Blue) = 214+241+212=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 241 (94.53% from 255 or 36.13% from 667); Blue value is 212 (83.20% from 255 or 31.78% from 667); Max value from RGB is 241 - color contains mainly: green. Hex color #D6F1D4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F1D4 is #290E2B. Grayscale: #E5E5E5. Windows color (decimal): -2690604 or 13955542. OLE color: 13955542.

HSL color Cylindrical-coordinate representation of color #D6F1D4: hue angle of 115.86º degrees, saturation: 0.51, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6F1D4 is Cyan = 0.11, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB214241212-
CMYK0.1100.120.05
HSL115.86º50.88%88.82%-
HSV(B)115.86º12.03%94.51%-
XYZ71.0781.9674.36-
YUV229.62118.05116.86-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 241 (94.53% from 255) = 36.13%
BLUE value IS 212 (83.20% from 255) = 31.78%
R=32.08%
G=36.13%
B=31.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142412120.1100.120.05115.8650.8888.82
HexD6F1D4B0C5743359
Octal32636132413014516463131
Binary11010110111100011101010010110110010111101001100111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F1D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F1D4; }

 p { color: rgb(214,241,212); }

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

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

 a { background-color: rgb(214,241,212); }

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

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

 span { border-color: rgb(214,241,212); }

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