#D6EFD3

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

Shades of Blue Romance #D6EFD3

Tints of Blue Romance #D6EFD3

Color information

#D6EFD3 (or 0xD6EFD3) is unknown color: approx Blue Romance. HEX triplet: D6, EF and D3. RGB value is (214,239,211). Sum of RGB (Red+Green+Blue) = 214+239+211=664 (87% of max value = 765). Red value is 214 (83.98% from 255 or 32.23% from 664); Green value is 239 (93.75% from 255 or 35.99% from 664); Blue value is 211 (82.81% from 255 or 31.78% from 664); Max value from RGB is 239 - color contains mainly: green. Hex color #D6EFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D6EFD3 is #29102C. Grayscale: #E4E4E4. Windows color (decimal): -2691117 or 13889494. OLE color: 13889494.

HSL color Cylindrical-coordinate representation of color #D6EFD3: hue angle of 113.57º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D6EFD3 is Cyan = 0.10, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB214239211-
CMYK0.1000.120.06
HSL113.57º46.67%88.24%-
HSV(B)113.57º11.72%93.73%-
XYZ70.3680.7373.5-
YUV228.33118.22117.78-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.23%
GREEN value IS 239 (93.75% from 255) = 35.99%
BLUE value IS 211 (82.81% from 255) = 31.78%
R=32.23%
G=35.99%
B=31.78%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2142392110.1000.120.06113.5746.6788.24
HexD6EFD3A0C6722f58
Octal32635732312014616257130
Binary11010110111011111101001110100110011011100101011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6EFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6EFD3; }

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

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

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

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

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

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

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

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