#D7FAD3

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

Shades of Blue Romance #D7FAD3

Tints of Blue Romance #D7FAD3

Color information

#D7FAD3 (or 0xD7FAD3) is unknown color: approx Blue Romance. HEX triplet: D7, FA and D3. RGB value is (215,250,211). Sum of RGB (Red+Green+Blue) = 215+250+211=676 (89% of max value = 765). Red value is 215 (84.38% from 255 or 31.80% from 676); Green value is 250 (98.05% from 255 or 36.98% from 676); Blue value is 211 (82.81% from 255 or 31.21% from 676); Max value from RGB is 250 - color contains mainly: green. Hex color #D7FAD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D7FAD3 is #28052C. Grayscale: #EBEBEB. Windows color (decimal): -2622765 or 13892311. OLE color: 13892311.

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

Color convert

RGB215250211-
CMYK0.1400.160.02
HSL113.85º79.59%90.39%-
HSV(B)113.85º15.6%98.04%-
XYZ73.9787.5274.62-
YUV235.09114.4113.67-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 31.80%
GREEN value IS 250 (98.05% from 255) = 36.98%
BLUE value IS 211 (82.81% from 255) = 31.21%
R=31.80%
G=36.98%
B=31.21%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2152502110.1400.160.02113.8579.5990.39
HexD7FAD3E010272505a
Octal327372323160202162120132
Binary110101111111101011010011111001000010111001010100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7FAD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7FAD3; }

 p { color: rgb(215,250,211); }

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

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

 a { background-color: rgb(215,250,211); }

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

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

 span { border-color: rgb(215,250,211); }

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