#D6F3D2

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

Shades of Blue Romance #D6F3D2

Tints of Blue Romance #D6F3D2

Color information

#D6F3D2 (or 0xD6F3D2) is unknown color: approx Blue Romance. HEX triplet: D6, F3 and D2. RGB value is (214,243,210). Sum of RGB (Red+Green+Blue) = 214+243+210=667 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.08% from 667); Green value is 243 (95.31% from 255 or 36.43% from 667); Blue value is 210 (82.42% from 255 or 31.48% from 667); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3D2 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3D2 is #290C2D. Grayscale: #E6E6E6. Windows color (decimal): -2690094 or 13824982. OLE color: 13824982.

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

Color convert

RGB214243210-
CMYK0.1200.140.05
HSL112.73º57.89%88.82%-
HSV(B)112.73º13.58%95.29%-
XYZ71.4283.0573.24-
YUV230.57116.39116.18-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.08%
GREEN value IS 243 (95.31% from 255) = 36.43%
BLUE value IS 210 (82.42% from 255) = 31.48%
R=32.08%
G=36.43%
B=31.48%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432100.1200.140.05112.7357.8988.82
HexD6F3D2C0E5713a59
Octal32636332214016516172131
Binary11010110111100111101001011000111010111100011110101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3D2; }

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

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

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

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

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

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

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

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