#D5FFCE

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

Shades of Blue Romance #D5FFCE

Tints of Blue Romance #D5FFCE

Color information

#D5FFCE (or 0xD5FFCE) is unknown color: approx Blue Romance. HEX triplet: D5, FF and CE. RGB value is (213,255,206). Sum of RGB (Red+Green+Blue) = 213+255+206=674 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.60% from 674); Green value is 255 (100% from 255 or 37.83% from 674); Blue value is 206 (80.86% from 255 or 30.56% from 674); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFCE is #2A0031. Grayscale: #EDEDED. Windows color (decimal): -2752562 or 13565909. OLE color: 13565909.

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

Color convert

RGB213255206-
CMYK0.1600.190
HSL111.43º100%90.39%-
HSV(B)111.43º19.22%100%-
XYZ74.3490.1271.87-
YUV236.86110.59110.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.60%
GREEN value IS 255 (100% from 255) = 37.83%
BLUE value IS 206 (80.86% from 255) = 30.56%
R=31.60%
G=37.83%
B=30.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552060.1600.190111.4310090.39
HexD5FFCE1001306f645a
Octal325377316200230157144132
Binary110101011111111111001110100000100110110111111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFCE; }

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

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

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

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

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

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

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

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