#D3E4D1

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

Shades of Blue Romance #D3E4D1

Tints of Blue Romance #D3E4D1

Color information

#D3E4D1 (or 0xD3E4D1) is unknown color: approx Blue Romance. HEX triplet: D3, E4 and D1. RGB value is (211,228,209). Sum of RGB (Red+Green+Blue) = 211+228+209=648 (85% of max value = 765). Red value is 211 (82.81% from 255 or 32.56% from 648); Green value is 228 (89.45% from 255 or 35.19% from 648); Blue value is 209 (82.03% from 255 or 32.25% from 648); Max value from RGB is 228 - color contains mainly: green. Hex color #D3E4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3E4D1 is #2C1B2E. Grayscale: #DCDCDC. Windows color (decimal): -2890543 or 13755603. OLE color: 13755603.

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

Color convert

RGB211228209-
CMYK0.0700.080.11
HSL113.68º26.03%85.69%-
HSV(B)113.68º8.33%89.41%-
XYZ66.1273.9471.11-
YUV220.75121.37121.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 32.56%
GREEN value IS 228 (89.45% from 255) = 35.19%
BLUE value IS 209 (82.03% from 255) = 32.25%
R=32.56%
G=35.19%
B=32.25%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal2112282090.0700.080.11113.6826.0385.69
HexD3E4D1708B721a56
Octal32334432170101316232126
Binary1101001111100100110100011110100010111110010110101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3E4D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3E4D1; }

 p { color: rgb(211,228,209); }

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

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

 a { background-color: rgb(211,228,209); }

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

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

 span { border-color: rgb(211,228,209); }

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