#D1EFCF

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

Shades of Blue Romance #D1EFCF

Tints of Blue Romance #D1EFCF

Color information

#D1EFCF (or 0xD1EFCF) is unknown color: approx Blue Romance. HEX triplet: D1, EF and CF. RGB value is (209,239,207). Sum of RGB (Red+Green+Blue) = 209+239+207=655 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.91% from 655); Green value is 239 (93.75% from 255 or 36.49% from 655); Blue value is 207 (81.25% from 255 or 31.60% from 655); Max value from RGB is 239 - color contains mainly: green. Hex color #D1EFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1EFCF is #2E1030. Grayscale: #E2E2E2. Windows color (decimal): -3018801 or 13627345. OLE color: 13627345.

HSL color Cylindrical-coordinate representation of color #D1EFCF: hue angle of 116.25º degrees, saturation: 0.5, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D1EFCF is Cyan = 0.13, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB209239207-
CMYK0.1300.130.06
HSL116.25º50%87.45%-
HSV(B)116.25º13.39%93.73%-
XYZ68.4279.7970.83-
YUV226.38117.06115.6-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.91%
GREEN value IS 239 (93.75% from 255) = 36.49%
BLUE value IS 207 (81.25% from 255) = 31.60%
R=31.91%
G=36.49%
B=31.60%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2092392070.1300.130.06116.255087.45
HexD1EFCFD0D6743257
Octal32135731715015616462127
Binary11010001111011111100111111010110111011101001100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1EFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1EFCF; }

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

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

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

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

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

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

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

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