#D1EECF

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

Shades of Blue Romance #D1EECF

Tints of Blue Romance #D1EECF

Color information

#D1EECF (or 0xD1EECF) is unknown color: approx Blue Romance. HEX triplet: D1, EE and CF. RGB value is (209,238,207). Sum of RGB (Red+Green+Blue) = 209+238+207=654 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.96% from 654); Green value is 238 (93.36% from 255 or 36.39% from 654); Blue value is 207 (81.25% from 255 or 31.65% from 654); Max value from RGB is 238 - color contains mainly: green. Hex color #D1EECF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EECF is #2E1130. Grayscale: #E1E1E1. Windows color (decimal): -3019057 or 13627089. OLE color: 13627089.

HSL color Cylindrical-coordinate representation of color #D1EECF: hue angle of 116.13º degrees, saturation: 0.48, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EECF is Cyan = 0.12, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB209238207-
CMYK0.1200.130.07
HSL116.13º47.69%87.25%-
HSV(B)116.13º13.03%93.33%-
XYZ68.1379.2170.73-
YUV225.8117.39116.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.96%
GREEN value IS 238 (93.36% from 255) = 36.39%
BLUE value IS 207 (81.25% from 255) = 31.65%
R=31.96%
G=36.39%
B=31.65%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal2092382070.1200.130.07116.1347.6987.25
HexD1EECFC0D7743057
Octal32135631714015716460127
Binary11010001111011101100111111000110111111101001100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EECF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EECF; }

 p { color: rgb(209,238,207); }

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

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

 a { background-color: rgb(209,238,207); }

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

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

 span { border-color: rgb(209,238,207); }

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