#D2FAD1

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

Shades of Blue Romance #D2FAD1

Tints of Blue Romance #D2FAD1

Color information

#D2FAD1 (or 0xD2FAD1) is unknown color: approx Blue Romance. HEX triplet: D2, FA and D1. RGB value is (210,250,209). Sum of RGB (Red+Green+Blue) = 210+250+209=669 (88% of max value = 765). Red value is 210 (82.42% from 255 or 31.39% from 669); Green value is 250 (98.05% from 255 or 37.37% from 669); Blue value is 209 (82.03% from 255 or 31.24% from 669); Max value from RGB is 250 - color contains mainly: green. Hex color #D2FAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D2FAD1 is #2D052E. Grayscale: #E9E9E9. Windows color (decimal): -2950447 or 13761234. OLE color: 13761234.

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

Color convert

RGB210250209-
CMYK0.1600.160.02
HSL118.54º80.39%90%-
HSV(B)118.54º16.4%98.04%-
XYZ72.2786.6873.24-
YUV233.37114.25111.33-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 31.39%
GREEN value IS 250 (98.05% from 255) = 37.37%
BLUE value IS 209 (82.03% from 255) = 31.24%
R=31.39%
G=37.37%
B=31.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2102502090.1600.160.02118.5480.3990
HexD2FAD110010277505a
Octal322372321200202167120132
Binary1101001011111010110100011000001000010111011110100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2FAD1; }

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

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

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

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

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

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

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

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