#D1FFCD

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

Shades of Blue Romance #D1FFCD

Tints of Blue Romance #D1FFCD

Color information

#D1FFCD (or 0xD1FFCD) is unknown color: approx Blue Romance. HEX triplet: D1, FF and CD. RGB value is (209,255,205). Sum of RGB (Red+Green+Blue) = 209+255+205=669 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.24% from 669); Green value is 255 (100% from 255 or 38.12% from 669); Blue value is 205 (80.47% from 255 or 30.64% from 669); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFCD is #2E0032. Grayscale: #EBEBEB. Windows color (decimal): -3014707 or 13500369. OLE color: 13500369.

HSL color Cylindrical-coordinate representation of color #D1FFCD: hue angle of 115.2º 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 #D1FFCD is Cyan = 0.18, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.

Color convert

RGB209255205-
CMYK0.1800.200
HSL115.2º100%90.2%-
HSV(B)115.2º19.61%100%-
XYZ73.0789.4871.18-
YUV235.55110.76109.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.24%
GREEN value IS 255 (100% from 255) = 38.12%
BLUE value IS 205 (80.47% from 255) = 30.64%
R=31.24%
G=38.12%
B=30.64%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092552050.1800.200115.210090.2
HexD1FFCD12014073645a
Octal321377315220240163144132
Binary110100011111111111001101100100101000111001111001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FFCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FFCD; }

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

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

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

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

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

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

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

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