#D2EBCE

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

Shades of Blue Romance #D2EBCE

Tints of Blue Romance #D2EBCE

Color information

#D2EBCE (or 0xD2EBCE) is unknown color: approx Blue Romance. HEX triplet: D2, EB and CE. RGB value is (210,235,206). Sum of RGB (Red+Green+Blue) = 210+235+206=651 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.26% from 651); Green value is 235 (92.19% from 255 or 36.10% from 651); Blue value is 206 (80.86% from 255 or 31.64% from 651); Max value from RGB is 235 - color contains mainly: green. Hex color #D2EBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EBCE is #2D1431. Grayscale: #E0E0E0. Windows color (decimal): -2954290 or 13560786. OLE color: 13560786.

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

Color convert

RGB210235206-
CMYK0.1100.120.08
HSL111.72º42.03%86.47%-
HSV(B)111.72º12.34%92.16%-
XYZ67.4377.5769.81-
YUV224.22117.72117.86-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.26%
GREEN value IS 235 (92.19% from 255) = 36.10%
BLUE value IS 206 (80.86% from 255) = 31.64%
R=32.26%
G=36.10%
B=31.64%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal2102352060.1100.120.08111.7242.0386.47
HexD2EBCEB0C8702a56
Octal322353316130141016052126
Binary110100101110101111001110101101100100011100001010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EBCE; }

 p { color: rgb(210,235,206); }

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

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

 a { background-color: rgb(210,235,206); }

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

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

 span { border-color: rgb(210,235,206); }

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