#D5FECD

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

Shades of Blue Romance #D5FECD

Tints of Blue Romance #D5FECD

Color information

#D5FECD (or 0xD5FECD) is unknown color: approx Blue Romance. HEX triplet: D5, FE and CD. RGB value is (213,254,205). Sum of RGB (Red+Green+Blue) = 213+254+205=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 254 (99.61% from 255 or 37.80% from 672); Blue value is 205 (80.47% from 255 or 30.51% from 672); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FECD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FECD is #2A0132. Grayscale: #ECECEC. Windows color (decimal): -2752819 or 13500117. OLE color: 13500117.

HSL color Cylindrical-coordinate representation of color #D5FECD: hue angle of 110.2º degrees, saturation: 0.96, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D5FECD is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB213254205-
CMYK0.1600.190.00
HSL110.2º96.08%90%-
HSV(B)110.2º19.29%99.61%-
XYZ73.989.4471.13-
YUV236.15110.42111.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.70%
GREEN value IS 254 (99.61% from 255) = 37.80%
BLUE value IS 205 (80.47% from 255) = 30.51%
R=31.70%
G=37.80%
B=30.51%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2132542050.1600.190.00110.296.0890
HexD5FECD1001306e605a
Octal325376315200230156140132
Binary110101011111111011001101100000100110110111011000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FECD; }

 p { color: rgb(213,254,205); }

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

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

 a { background-color: rgb(213,254,205); }

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

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

 span { border-color: rgb(213,254,205); }

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