#D1F5CD

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

Shades of Blue Romance #D1F5CD

Tints of Blue Romance #D1F5CD

Color information

#D1F5CD (or 0xD1F5CD) is unknown color: approx Blue Romance. HEX triplet: D1, F5 and CD. RGB value is (209,245,205). Sum of RGB (Red+Green+Blue) = 209+245+205=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 245 (96.09% from 255 or 37.18% from 659); Blue value is 205 (80.47% from 255 or 31.11% from 659); Max value from RGB is 245 - color contains mainly: green. Hex color #D1F5CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F5CD is #2E0A32. Grayscale: #E5E5E5. Windows color (decimal): -3017267 or 13497809. OLE color: 13497809.

HSL color Cylindrical-coordinate representation of color #D1F5CD: hue angle of 114º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #D1F5CD is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB209245205-
CMYK0.1500.160.04
HSL114º66.67%88.24%-
HSV(B)114º16.33%96.08%-
XYZ69.9783.2770.14-
YUV229.68114.07113.25-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.71%
GREEN value IS 245 (96.09% from 255) = 37.18%
BLUE value IS 205 (80.47% from 255) = 31.11%
R=31.71%
G=37.18%
B=31.11%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092452050.1500.160.0411466.6788.24
HexD1F5CDF0104724358
Octal321365315170204162103130
Binary1101000111110101110011011111010000100111001010000111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F5CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F5CD; }

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

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

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

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

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

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

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

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