#D3FDD1

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

Shades of Blue Romance #D3FDD1

Tints of Blue Romance #D3FDD1

Color information

#D3FDD1 (or 0xD3FDD1) is unknown color: approx Blue Romance. HEX triplet: D3, FD and D1. RGB value is (211,253,209). Sum of RGB (Red+Green+Blue) = 211+253+209=673 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.35% from 673); Green value is 253 (99.22% from 255 or 37.59% from 673); Blue value is 209 (82.03% from 255 or 31.05% from 673); Max value from RGB is 253 - color contains mainly: green. Hex color #D3FDD1 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FDD1 is #2C022E. Grayscale: #EBEBEB. Windows color (decimal): -2884143 or 13762003. OLE color: 13762003.

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

Color convert

RGB211253209-
CMYK0.1700.170.01
HSL117.27º91.67%90.59%-
HSV(B)117.27º17.39%99.22%-
XYZ73.588.773.57-
YUV235.43113.09110.58-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.35%
GREEN value IS 253 (99.22% from 255) = 37.59%
BLUE value IS 209 (82.03% from 255) = 31.05%
R=31.35%
G=37.59%
B=31.05%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2112532090.1700.170.01117.2791.6790.59
HexD3FDD1110111755c5b
Octal323375321210211165134133
Binary110100111111110111010001100010100011111010110111001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FDD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FDD1; }

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

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

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

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

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

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

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

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