#D3FCD1

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

Shades of Blue Romance #D3FCD1

Tints of Blue Romance #D3FCD1

Color information

#D3FCD1 (or 0xD3FCD1) is unknown color: approx Blue Romance. HEX triplet: D3, FC and D1. RGB value is (211,252,209). Sum of RGB (Red+Green+Blue) = 211+252+209=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 252 (98.83% from 255 or 37.5% from 672); Blue value is 209 (82.03% from 255 or 31.10% from 672); Max value from RGB is 252 - color contains mainly: green. Hex color #D3FCD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FCD1 is #2C032E. Grayscale: #EAEAEA. Windows color (decimal): -2884399 or 13761747. OLE color: 13761747.

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

Color convert

RGB211252209-
CMYK0.1600.170.01
HSL117.21º87.76%90.39%-
HSV(B)117.21º17.06%98.82%-
XYZ73.1888.0773.46-
YUV234.84113.42111-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.40%
GREEN value IS 252 (98.83% from 255) = 37.5%
BLUE value IS 209 (82.03% from 255) = 31.10%
R=31.40%
G=37.5%
B=31.10%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112522090.1600.170.01117.2187.7690.39
HexD3FCD110011175585a
Octal323374321200211165130132
Binary110100111111110011010001100000100011111010110110001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FCD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FCD1; }

 p { color: rgb(211,252,209); }

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

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

 a { background-color: rgb(211,252,209); }

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

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

 span { border-color: rgb(211,252,209); }

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