#D1FDCD

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

Shades of Blue Romance #D1FDCD

Tints of Blue Romance #D1FDCD

Color information

#D1FDCD (or 0xD1FDCD) is unknown color: approx Blue Romance. HEX triplet: D1, FD and CD. RGB value is (209,253,205). Sum of RGB (Red+Green+Blue) = 209+253+205=667 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.33% from 667); Green value is 253 (99.22% from 255 or 37.93% from 667); Blue value is 205 (80.47% from 255 or 30.73% from 667); Max value from RGB is 253 - color contains mainly: green. Hex color #D1FDCD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FDCD is #2E0232. Grayscale: #EAEAEA. Windows color (decimal): -3015219 or 13499857. OLE color: 13499857.

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

Color convert

RGB209253205-
CMYK0.1700.190.01
HSL115º92.31%89.8%-
HSV(B)115º18.97%99.22%-
XYZ72.4488.2170.97-
YUV234.37111.42109.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.33%
GREEN value IS 253 (99.22% from 255) = 37.93%
BLUE value IS 205 (80.47% from 255) = 30.73%
R=31.33%
G=37.93%
B=30.73%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2092532050.1700.190.0111592.3189.8
HexD1FDCD110131735c5a
Octal321375315210231163134132
Binary110100011111110111001101100010100111111001110111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FDCD; }

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

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

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

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

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

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

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

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