#D1FFCF

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

Shades of Blue Romance #D1FFCF

Tints of Blue Romance #D1FFCF

Color information

#D1FFCF (or 0xD1FFCF) is unknown color: approx Blue Romance. HEX triplet: D1, FF and CF. RGB value is (209,255,207). Sum of RGB (Red+Green+Blue) = 209+255+207=671 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.15% from 671); Green value is 255 (100% from 255 or 38.00% from 671); Blue value is 207 (81.25% from 255 or 30.85% from 671); Max value from RGB is 255 - color contains mainly: green. Hex color #D1FFCF is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FFCF is #2E0030. Grayscale: #EBEBEB. Windows color (decimal): -3014705 or 13631441. OLE color: 13631441.

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

Color convert

RGB209255207-
CMYK0.1800.190
HSL117.5º100%90.59%-
HSV(B)117.5º18.82%100%-
XYZ73.3289.5872.46-
YUV235.77111.76108.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.15%
GREEN value IS 255 (100% from 255) = 38.00%
BLUE value IS 207 (81.25% from 255) = 30.85%
R=31.15%
G=38.00%
B=30.85%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2092552070.1800.190117.510090.59
HexD1FFCF12013076645b
Octal321377317220230166144133
Binary110100011111111111001111100100100110111011011001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FFCF; }

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

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

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

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

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

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

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

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