#D1FBCE

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

Shades of Blue Romance #D1FBCE

Tints of Blue Romance #D1FBCE

Color information

#D1FBCE (or 0xD1FBCE) is unknown color: approx Blue Romance. HEX triplet: D1, FB and CE. RGB value is (209,251,206). Sum of RGB (Red+Green+Blue) = 209+251+206=666 (88% of max value = 765). Red value is 209 (82.03% from 255 or 31.38% from 666); Green value is 251 (98.44% from 255 or 37.69% from 666); Blue value is 206 (80.86% from 255 or 30.93% from 666); Max value from RGB is 251 - color contains mainly: green. Hex color #D1FBCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D1FBCE is #2E0431. Grayscale: #E9E9E9. Windows color (decimal): -3015730 or 13564881. OLE color: 13564881.

HSL color Cylindrical-coordinate representation of color #D1FBCE: hue angle of 116º degrees, saturation: 0.85, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D1FBCE is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB209251206-
CMYK0.1700.180.02
HSL116º84.91%89.61%-
HSV(B)116º17.93%98.43%-
XYZ71.9387.0171.4-
YUV233.31112.59110.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 31.38%
GREEN value IS 251 (98.44% from 255) = 37.69%
BLUE value IS 206 (80.86% from 255) = 30.93%
R=31.38%
G=37.69%
B=30.93%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2092512060.1700.180.0211684.9189.61
HexD1FBCE11012274555a
Octal321373316210222164125132
Binary1101000111111011110011101000101001010111010010101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1FBCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1FBCE; }

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

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

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

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

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

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

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

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