#D5FAD1

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

Shades of Blue Romance #D5FAD1

Tints of Blue Romance #D5FAD1

Color information

#D5FAD1 (or 0xD5FAD1) is unknown color: approx Blue Romance. HEX triplet: D5, FA and D1. RGB value is (213,250,209). Sum of RGB (Red+Green+Blue) = 213+250+209=672 (89% of max value = 765). Red value is 213 (83.59% from 255 or 31.70% from 672); Green value is 250 (98.05% from 255 or 37.20% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 250 - color contains mainly: green. Hex color #D5FAD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D5FAD1 is #2A052E. Grayscale: #EAEAEA. Windows color (decimal): -2753839 or 13761237. OLE color: 13761237.

HSL color Cylindrical-coordinate representation of color #D5FAD1: hue angle of 114.15º 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 #D5FAD1 is Cyan = 0.15, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.02.

Color convert

RGB213250209-
CMYK0.1500.160.02
HSL114.15º80.39%90%-
HSV(B)114.15º16.4%98.04%-
XYZ73.1387.1273.28-
YUV234.26113.74112.83-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 31.70%
GREEN value IS 250 (98.05% from 255) = 37.20%
BLUE value IS 209 (82.03% from 255) = 31.10%
R=31.70%
G=37.20%
B=31.10%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2132502090.1500.160.02114.1580.3990
HexD5FAD1F010272505a
Octal325372321170202162120132
Binary110101011111101011010001111101000010111001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5FAD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5FAD1; }

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

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

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

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

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

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

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

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