#D1F2CE

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

Shades of Blue Romance #D1F2CE

Tints of Blue Romance #D1F2CE

Color information

#D1F2CE (or 0xD1F2CE) is unknown color: approx Blue Romance. HEX triplet: D1, F2 and CE. RGB value is (209,242,206). Sum of RGB (Red+Green+Blue) = 209+242+206=657 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.81% from 657); Green value is 242 (94.92% from 255 or 36.83% from 657); Blue value is 206 (80.86% from 255 or 31.35% from 657); Max value from RGB is 242 - color contains mainly: green. Hex color #D1F2CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F2CE is #2E0D31. Grayscale: #E4E4E4. Windows color (decimal): -3018034 or 13562577. OLE color: 13562577.

HSL color Cylindrical-coordinate representation of color #D1F2CE: hue angle of 115º degrees, saturation: 0.58, 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 #D1F2CE is Cyan = 0.14, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB209242206-
CMYK0.1400.150.05
HSL115º58.06%87.84%-
HSV(B)115º14.88%94.9%-
XYZ69.1981.5270.48-
YUV228.03115.57114.43-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.81%
GREEN value IS 242 (94.92% from 255) = 36.83%
BLUE value IS 206 (80.86% from 255) = 31.35%
R=31.81%
G=36.83%
B=31.35%

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
Decimal2092422060.1400.150.0511558.0687.84
HexD1F2CEE0F5733a58
Octal32136231616017516372130
Binary11010001111100101100111011100111110111100111110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F2CE; }

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

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

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

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

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

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

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

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