#DCEFD3

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

Shades of Hint Of Green #DCEFD3

Tints of Hint Of Green #DCEFD3

Color information

#DCEFD3 (or 0xDCEFD3) is unknown color: approx Hint Of Green. HEX triplet: DC, EF and D3. RGB value is (220,239,211). Sum of RGB (Red+Green+Blue) = 220+239+211=670 (88% of max value = 765). Red value is 220 (86.33% from 255 or 32.84% from 670); Green value is 239 (93.75% from 255 or 35.67% from 670); Blue value is 211 (82.81% from 255 or 31.49% from 670); Max value from RGB is 239 - color contains mainly: green. Hex color #DCEFD3 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEFD3 is #23102C. Grayscale: #E6E6E6. Windows color (decimal): -2297901 or 13889500. OLE color: 13889500.

HSL color Cylindrical-coordinate representation of color #DCEFD3: hue angle of 100.71º degrees, saturation: 0.47, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DCEFD3 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.06.

Color convert

RGB220239211-
CMYK0.0800.120.06
HSL100.71º46.67%88.24%-
HSV(B)100.71º11.72%93.73%-
XYZ72.1481.6573.59-
YUV230.13117.21120.78-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 32.84%
GREEN value IS 239 (93.75% from 255) = 35.67%
BLUE value IS 211 (82.81% from 255) = 31.49%
R=32.84%
G=35.67%
B=31.49%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal2202392110.0800.120.06100.7146.6788.24
HexDCEFD380C6652f58
Octal33435732310014614557130
Binary11011100111011111101001110000110011011001011011111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DCEFD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DCEFD3; }

 p { color: rgb(220,239,211); }

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

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

 a { background-color: rgb(220,239,211); }

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

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

 span { border-color: rgb(220,239,211); }

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