#D6F3D3

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

Shades of Blue Romance #D6F3D3

Tints of Blue Romance #D6F3D3

Color information

#D6F3D3 (or 0xD6F3D3) is unknown color: approx Blue Romance. HEX triplet: D6, F3 and D3. RGB value is (214,243,211). Sum of RGB (Red+Green+Blue) = 214+243+211=668 (88% of max value = 765). Red value is 214 (83.98% from 255 or 32.04% from 668); Green value is 243 (95.31% from 255 or 36.38% from 668); Blue value is 211 (82.81% from 255 or 31.59% from 668); Max value from RGB is 243 - color contains mainly: green. Hex color #D6F3D3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6F3D3 is #290C2C. Grayscale: #E6E6E6. Windows color (decimal): -2690093 or 13890518. OLE color: 13890518.

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

Color convert

RGB214243211-
CMYK0.1200.130.05
HSL114.37º57.14%89.02%-
HSV(B)114.37º13.17%95.29%-
XYZ71.5483.173.9-
YUV230.68116.89116.1-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.04%
GREEN value IS 243 (95.31% from 255) = 36.38%
BLUE value IS 211 (82.81% from 255) = 31.59%
R=32.04%
G=36.38%
B=31.59%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2142432110.1200.130.05114.3757.1489.02
HexD6F3D3C0D5723959
Octal32636332314015516271131
Binary11010110111100111101001111000110110111100101110011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6F3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6F3D3; }

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

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

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

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

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

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

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

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