#D3FFDB

Color #D3FFDB Off Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Off Green #D3FFDB

Tints of Off Green #D3FFDB

Color information

#D3FFDB (or 0xD3FFDB) is unknown color: approx Off Green. HEX triplet: D3, FF and DB. RGB value is (211,255,219). Sum of RGB (Red+Green+Blue) = 211+255+219=685 (90% of max value = 765). Red value is 211 (82.81% from 255 or 30.80% from 685); Green value is 255 (100% from 255 or 37.23% from 685); Blue value is 219 (85.94% from 255 or 31.97% from 685); Max value from RGB is 255 - color contains mainly: green. Hex color #D3FFDB is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #D3FFDB is #2C0024. Grayscale: #EDEDED. Windows color (decimal): -2883621 or 14417875. OLE color: 14417875.

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

Color convert

RGB211255219-
CMYK0.1700.140
HSL130.91º100%91.37%-
HSV(B)130.91º17.25%100%-
XYZ75.4190.4880.51-
YUV237.74117.42108.93-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 30.80%
GREEN value IS 255 (100% from 255) = 37.23%
BLUE value IS 219 (85.94% from 255) = 31.97%
R=30.80%
G=37.23%
B=31.97%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2112552190.1700.140130.9110091.37
HexD3FFDB110E083645b
Octal323377333210160203144133
Binary110100111111111111011011100010111001000001111001001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3FFDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3FFDB; }

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

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

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

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

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

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

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

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