#D2E7CE

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

Shades of Blue Romance #D2E7CE

Tints of Blue Romance #D2E7CE

Color information

#D2E7CE (or 0xD2E7CE) is unknown color: approx Blue Romance. HEX triplet: D2, E7 and CE. RGB value is (210,231,206). Sum of RGB (Red+Green+Blue) = 210+231+206=647 (85% of max value = 765). Red value is 210 (82.42% from 255 or 32.46% from 647); Green value is 231 (90.62% from 255 or 35.70% from 647); Blue value is 206 (80.86% from 255 or 31.84% from 647); Max value from RGB is 231 - color contains mainly: green. Hex color #D2E7CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2E7CE is #2D1831. Grayscale: #DDDDDD. Windows color (decimal): -2955314 or 13559762. OLE color: 13559762.

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

Color convert

RGB210231206-
CMYK0.0900.110.09
HSL110.4º34.25%85.69%-
HSV(B)110.4º10.82%90.59%-
XYZ66.2975.3169.43-
YUV221.87119.04119.53-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.46%
GREEN value IS 231 (90.62% from 255) = 35.70%
BLUE value IS 206 (80.86% from 255) = 31.84%
R=32.46%
G=35.70%
B=31.84%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal2102312060.0900.110.09110.434.2585.69
HexD2E7CE90B96e2256
Octal322347316110131115642126
Binary110100101110011111001110100101011100111011101000101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2E7CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2E7CE; }

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

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

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

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

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

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

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

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