#D2FBD1

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

Shades of Blue Romance #D2FBD1

Tints of Blue Romance #D2FBD1

Color information

#D2FBD1 (or 0xD2FBD1) is unknown color: approx Blue Romance. HEX triplet: D2, FB and D1. RGB value is (210,251,209). Sum of RGB (Red+Green+Blue) = 210+251+209=670 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.34% from 670); Green value is 251 (98.44% from 255 or 37.46% from 670); Blue value is 209 (82.03% from 255 or 31.19% from 670); Max value from RGB is 251 - color contains mainly: green. Hex color #D2FBD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FBD1 is #2D042E. Grayscale: #EAEAEA. Windows color (decimal): -2950191 or 13761490. OLE color: 13761490.

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

Color convert

RGB210251209-
CMYK0.1600.170.02
HSL118.57º84%90.2%-
HSV(B)118.57º16.73%98.43%-
XYZ72.5887.373.35-
YUV233.95113.92110.92-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.34%
GREEN value IS 251 (98.44% from 255) = 37.46%
BLUE value IS 209 (82.03% from 255) = 31.19%
R=31.34%
G=37.46%
B=31.19%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102512090.1600.170.02118.578490.2
HexD2FBD110011277545a
Octal322373321200212167124132
Binary1101001011111011110100011000001000110111011110101001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FBD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FBD1; }

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

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

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

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

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

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

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

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