#D2FED1

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

Shades of Blue Romance #D2FED1

Tints of Blue Romance #D2FED1

Color information

#D2FED1 (or 0xD2FED1) is unknown color: approx Blue Romance. HEX triplet: D2, FE and D1. RGB value is (210,254,209). Sum of RGB (Red+Green+Blue) = 210+254+209=673 (89% of max value = 765). Red value is 210 (82.42% from 255 or 31.20% from 673); Green value is 254 (99.61% from 255 or 37.74% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 254 - color contains mainly: green. Hex color #D2FED1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FED1 is #2D012E. Grayscale: #EBEBEB. Windows color (decimal): -2949423 or 13762258. OLE color: 13762258.

HSL color Cylindrical-coordinate representation of color #D2FED1: hue angle of 118.67º degrees, saturation: 0.96, lightness: 0.91%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D2FED1 is Cyan = 0.17, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.00.

Color convert

RGB210254209-
CMYK0.1700.180.00
HSL118.67º95.74%90.78%-
HSV(B)118.67º17.72%99.61%-
XYZ73.5389.1973.66-
YUV235.71112.92109.66-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.20%
GREEN value IS 254 (99.61% from 255) = 37.74%
BLUE value IS 209 (82.03% from 255) = 31.05%
R=31.20%
G=37.74%
B=31.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2102542090.1700.180.00118.6795.7490.78
HexD2FED111012077605b
Octal322376321210220167140133
Binary110100101111111011010001100010100100111011111000001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FED1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FED1; }

 p { color: rgb(210,254,209); }

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

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

 a { background-color: rgb(210,254,209); }

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

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

 span { border-color: rgb(210,254,209); }

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