#D5FFCD

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

Shades of Blue Romance #D5FFCD

Tints of Blue Romance #D5FFCD

Color information

#D5FFCD (or 0xD5FFCD) is unknown color: approx Blue Romance. HEX triplet: D5, FF and CD. RGB value is (213,255,205). Sum of RGB (Red+Green+Blue) = 213+255+205=673 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.65% from 673); Green value is 255 (100% from 255 or 37.89% from 673); Blue value is 205 (80.47% from 255 or 30.46% from 673); Max value from RGB is 255 - color contains mainly: green. Hex color #D5FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FFCD is #2A0032. Grayscale: #ECECEC. Windows color (decimal): -2752563 or 13500373. OLE color: 13500373.

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

Color convert

RGB213255205-
CMYK0.1600.200
HSL110.4º100%90.2%-
HSV(B)110.4º19.61%100%-
XYZ74.2290.0771.23-
YUV236.74110.09111.07-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.65%
GREEN value IS 255 (100% from 255) = 37.89%
BLUE value IS 205 (80.47% from 255) = 30.46%
R=31.65%
G=37.89%
B=30.46%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2132552050.1600.200110.410090.2
HexD5FFCD1001406e645a
Octal325377315200240156144132
Binary110101011111111111001101100000101000110111011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FFCD; }

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

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

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

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

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

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

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

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