#D5EFD0

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

Shades of Blue Romance #D5EFD0

Tints of Blue Romance #D5EFD0

Color information

#D5EFD0 (or 0xD5EFD0) is unknown color: approx Blue Romance. HEX triplet: D5, EF and D0. RGB value is (213,239,208). Sum of RGB (Red+Green+Blue) = 213+239+208=660 (87% of max value = 765). Red value is 213 (83.59% from 255 or 32.27% from 660); Green value is 239 (93.75% from 255 or 36.21% from 660); Blue value is 208 (81.64% from 255 or 31.52% from 660); Max value from RGB is 239 - color contains mainly: green. Hex color #D5EFD0 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5EFD0 is #2A102F. Grayscale: #E3E3E3. Windows color (decimal): -2756656 or 13692885. OLE color: 13692885.

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

Color convert

RGB213239208-
CMYK0.1100.130.06
HSL110.32º49.21%87.65%-
HSV(B)110.32º12.97%93.73%-
XYZ69.6980.4371.53-
YUV227.69116.89117.52-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 32.27%
GREEN value IS 239 (93.75% from 255) = 36.21%
BLUE value IS 208 (81.64% from 255) = 31.52%
R=32.27%
G=36.21%
B=31.52%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2132392080.1100.130.06110.3249.2187.65
HexD5EFD0B0D66e3158
Octal32535732013015615661130
Binary11010101111011111101000010110110111011011101100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5EFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5EFD0; }

 p { color: rgb(213,239,208); }

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

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

 a { background-color: rgb(213,239,208); }

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

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

 span { border-color: rgb(213,239,208); }

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