#D5FECE

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

Shades of Blue Romance #D5FECE

Tints of Blue Romance #D5FECE

Color information

#D5FECE (or 0xD5FECE) is unknown color: approx Blue Romance. HEX triplet: D5, FE and CE. RGB value is (213,254,206). Sum of RGB (Red+Green+Blue) = 213+254+206=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 206 (80.86% from 255 or 30.61% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #D5FECE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FECE is #2A0131. Grayscale: #ECECEC. Windows color (decimal): -2752818 or 13565653. OLE color: 13565653.

HSL color Cylindrical-coordinate representation of color #D5FECE: hue angle of 111.25º 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 #D5FECE is Cyan = 0.16, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.00.

Color convert

RGB213254206-
CMYK0.1600.190.00
HSL111.25º96%90.2%-
HSV(B)111.25º18.9%99.61%-
XYZ74.0289.4971.76-
YUV236.27110.92111.4-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 206 (80.86% from 255) = 30.61%
R=31.65%
G=37.74%
B=30.61%

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
Decimal2132542060.1600.190.00111.259690.2
HexD5FECE1001306f605a
Octal325376316200230157140132
Binary110101011111111011001110100000100110110111111000001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FECE; }

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

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

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

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

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

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

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

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