#D1E7CF

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

Shades of Blue Romance #D1E7CF

Tints of Blue Romance #D1E7CF

Color information

#D1E7CF (or 0xD1E7CF) is unknown color: approx Blue Romance. HEX triplet: D1, E7 and CF. RGB value is (209,231,207). Sum of RGB (Red+Green+Blue) = 209+231+207=647 (85% of max value = 765). Red value is 209 (82.03% from 255 or 32.30% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 207 (81.25% from 255 or 31.99% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #D1E7CF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1E7CF is #2E1830. Grayscale: #DDDDDD. Windows color (decimal): -3020849 or 13625297. OLE color: 13625297.

HSL color Cylindrical-coordinate representation of color #D1E7CF: hue angle of 115º degrees, saturation: 0.33, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #D1E7CF is Cyan = 0.10, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.09.

Color convert

RGB209231207-
CMYK0.1000.100.09
HSL115º33.33%85.88%-
HSV(B)115º10.39%90.59%-
XYZ66.1375.2170.06-
YUV221.69119.71118.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 32.30%
GREEN value IS 231 (90.62% from 255) = 35.70%
BLUE value IS 207 (81.25% from 255) = 31.99%
R=32.30%
G=35.70%
B=31.99%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2092312070.1000.100.0911533.3385.88
HexD1E7CFA0A9732156
Octal321347317120121116341126
Binary110100011110011111001111101001010100111100111000011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1E7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1E7CF; }

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

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

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

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

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

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

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

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