#D5FDCD

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

Shades of Blue Romance #D5FDCD

Tints of Blue Romance #D5FDCD

Color information

#D5FDCD (or 0xD5FDCD) is unknown color: approx Blue Romance. HEX triplet: D5, FD and CD. RGB value is (213,253,205). Sum of RGB (Red+Green+Blue) = 213+253+205=671 (88% of max value = 765). Red value is 213 (83.59% from 255 or 31.74% from 671); Green value is 253 (99.22% from 255 or 37.70% from 671); Blue value is 205 (80.47% from 255 or 30.55% from 671); Max value from RGB is 253 - color contains mainly: green. Hex color #D5FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FDCD is #2A0232. Grayscale: #EBEBEB. Windows color (decimal): -2753075 or 13499861. OLE color: 13499861.

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

Color convert

RGB213253205-
CMYK0.1600.190.01
HSL110º92.31%89.8%-
HSV(B)110º18.97%99.22%-
XYZ73.5988.871.02-
YUV235.57110.75111.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.74%
GREEN value IS 253 (99.22% from 255) = 37.70%
BLUE value IS 205 (80.47% from 255) = 30.55%
R=31.74%
G=37.70%
B=30.55%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2132532050.1600.190.0111092.3189.8
HexD5FDCD1001316e5c5a
Octal325375315200231156134132
Binary110101011111110111001101100000100111110111010111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FDCD; }

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

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

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

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

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

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

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

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