#D3FFCE

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

Shades of Blue Romance #D3FFCE

Tints of Blue Romance #D3FFCE

Color information

#D3FFCE (or 0xD3FFCE) is unknown color: approx Blue Romance. HEX triplet: D3, FF and CE. RGB value is (211,255,206). Sum of RGB (Red+Green+Blue) = 211+255+206=672 (89% of max value = 765). Red value is 211 (82.81% from 255 or 31.40% from 672); Green value is 255 (100% from 255 or 37.95% from 672); Blue value is 206 (80.86% from 255 or 30.65% from 672); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFCE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FFCE is #2C0031. Grayscale: #ECECEC. Windows color (decimal): -2883634 or 13565907. OLE color: 13565907.

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

Color convert

RGB211255206-
CMYK0.1700.190
HSL113.88º100%90.39%-
HSV(B)113.88º19.22%100%-
XYZ73.7689.8371.84-
YUV236.26110.92109.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 31.40%
GREEN value IS 255 (100% from 255) = 37.95%
BLUE value IS 206 (80.86% from 255) = 30.65%
R=31.40%
G=37.95%
B=30.65%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112552060.1700.190113.8810090.39
HexD3FFCE11013072645a
Octal323377316210230162144132
Binary110100111111111111001110100010100110111001011001001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FFCE; }

 p { color: rgb(211,255,206); }

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

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

 a { background-color: rgb(211,255,206); }

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

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

 span { border-color: rgb(211,255,206); }

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