#D1F2CD

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

Shades of Blue Romance #D1F2CD

Tints of Blue Romance #D1F2CD

Color information

#D1F2CD (or 0xD1F2CD) is unknown color: approx Blue Romance. HEX triplet: D1, F2 and CD. RGB value is (209,242,205). Sum of RGB (Red+Green+Blue) = 209+242+205=656 (86% of max value = 765). Red value is 209 (82.03% from 255 or 31.86% from 656); Green value is 242 (94.92% from 255 or 36.89% from 656); Blue value is 205 (80.47% from 255 or 31.25% from 656); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2CD is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2CD is #2E0D32. Grayscale: #E4E4E4. Windows color (decimal): -3018035 or 13497041. OLE color: 13497041.

HSL color Cylindrical-coordinate representation of color #D1F2CD: hue angle of 113.51º degrees, saturation: 0.59, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D1F2CD is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB209242205-
CMYK0.1400.150.05
HSL113.51º58.73%87.65%-
HSV(B)113.51º15.29%94.9%-
XYZ69.0781.4769.84-
YUV227.92115.07114.51-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.86%
GREEN value IS 242 (94.92% from 255) = 36.89%
BLUE value IS 205 (80.47% from 255) = 31.25%
R=31.86%
G=36.89%
B=31.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2092422050.1400.150.05113.5158.7387.65
HexD1F2CDE0F5723b58
Octal32136231516017516273130
Binary11010001111100101100110111100111110111100101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F2CD; }

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

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

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

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

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

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

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

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