#D1F4CE

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

Shades of Blue Romance #D1F4CE

Tints of Blue Romance #D1F4CE

Color information

#D1F4CE (or 0xD1F4CE) is unknown color: approx Blue Romance. HEX triplet: D1, F4 and CE. RGB value is (209,244,206). Sum of RGB (Red+Green+Blue) = 209+244+206=659 (87% of max value = 765). Red value is 209 (82.03% from 255 or 31.71% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 206 (80.86% from 255 or 31.26% from 659); Max value from RGB is 244 - color contains mainly: green. Hex color #D1F4CE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1F4CE is #2E0B31. Grayscale: #E5E5E5. Windows color (decimal): -3017522 or 13563089. OLE color: 13563089.

HSL color Cylindrical-coordinate representation of color #D1F4CE: hue angle of 115.26º degrees, saturation: 0.63, 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 #D1F4CE is Cyan = 0.14, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.04.

Color convert

RGB209244206-
CMYK0.1400.160.04
HSL115.26º63.33%88.24%-
HSV(B)115.26º15.57%95.69%-
XYZ69.7982.7170.68-
YUV229.2114.9113.59-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.71%
GREEN value IS 244 (95.70% from 255) = 37.03%
BLUE value IS 206 (80.86% from 255) = 31.26%
R=31.71%
G=37.03%
B=31.26%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal2092442060.1400.160.04115.2663.3388.24
HexD1F4CEE0104733f58
Octal32136431616020416377130
Binary110100011111010011001110111001000010011100111111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1F4CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1F4CE; }

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

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

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

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

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

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

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

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