#D2EFCD

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

Shades of Blue Romance #D2EFCD

Tints of Blue Romance #D2EFCD

Color information

#D2EFCD (or 0xD2EFCD) is unknown color: approx Blue Romance. HEX triplet: D2, EF and CD. RGB value is (210,239,205). Sum of RGB (Red+Green+Blue) = 210+239+205=654 (86% of max value = 765). Red value is 210 (82.42% from 255 or 32.11% from 654); Green value is 239 (93.75% from 255 or 36.54% from 654); Blue value is 205 (80.47% from 255 or 31.35% from 654); Max value from RGB is 239 - color contains mainly: green. Hex color #D2EFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2EFCD is #2D1032. Grayscale: #E2E2E2. Windows color (decimal): -2953267 or 13496274. OLE color: 13496274.

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

Color convert

RGB210239205-
CMYK0.1200.140.06
HSL111.18º51.52%87.06%-
HSV(B)111.18º14.23%93.73%-
XYZ68.4679.8469.56-
YUV226.45115.89116.26-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 32.11%
GREEN value IS 239 (93.75% from 255) = 36.54%
BLUE value IS 205 (80.47% from 255) = 31.35%
R=32.11%
G=36.54%
B=31.35%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2102392050.1200.140.06111.1851.5287.06
HexD2EFCDC0E66f3457
Octal32235731514016615764127
Binary11010010111011111100110111000111011011011111101001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2EFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2EFCD; }

 p { color: rgb(210,239,205); }

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

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

 a { background-color: rgb(210,239,205); }

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

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

 span { border-color: rgb(210,239,205); }

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