#D6E5D3

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

Shades of Blue Romance #D6E5D3

Tints of Blue Romance #D6E5D3

Color information

#D6E5D3 (or 0xD6E5D3) is unknown color: approx Blue Romance. HEX triplet: D6, E5 and D3. RGB value is (214,229,211). Sum of RGB (Red+Green+Blue) = 214+229+211=654 (86% of max value = 765). Red value is 214 (83.98% from 255 or 32.72% from 654); Green value is 229 (89.84% from 255 or 35.02% from 654); Blue value is 211 (82.81% from 255 or 32.26% from 654); Max value from RGB is 229 - color contains mainly: green. Hex color #D6E5D3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6E5D3 is #291A2C. Grayscale: #DEDEDE. Windows color (decimal): -2693677 or 13886934. OLE color: 13886934.

HSL color Cylindrical-coordinate representation of color #D6E5D3: hue angle of 110º degrees, saturation: 0.26, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #D6E5D3 is Cyan = 0.07, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.10.

Color convert

RGB214229211-
CMYK0.0700.080.10
HSL110º25.71%86.27%-
HSV(B)110º7.86%89.8%-
XYZ67.5175.0472.55-
YUV222.46121.53121.96-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 32.72%
GREEN value IS 229 (89.84% from 255) = 35.02%
BLUE value IS 211 (82.81% from 255) = 32.26%
R=32.72%
G=35.02%
B=32.26%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal2142292110.0700.080.1011025.7186.27
HexD6E5D3708A6e1a56
Octal32634532370101215632126
Binary1101011011100101110100111110100010101101110110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6E5D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6E5D3; }

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

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

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

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

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

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

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

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