#DFF2D5

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

Shades of Hint Of Green #DFF2D5

Tints of Hint Of Green #DFF2D5

Color information

#DFF2D5 (or 0xDFF2D5) is unknown color: approx Hint Of Green. HEX triplet: DF, F2 and D5. RGB value is (223,242,213). Sum of RGB (Red+Green+Blue) = 223+242+213=678 (89% of max value = 765). Red value is 223 (87.5% from 255 or 32.89% from 678); Green value is 242 (94.92% from 255 or 35.69% from 678); Blue value is 213 (83.59% from 255 or 31.42% from 678); Max value from RGB is 242 - color contains mainly: green. Hex color #DFF2D5 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DFF2D5 is #200D2A. Grayscale: #E9E9E9. Windows color (decimal): -2100523 or 14021343. OLE color: 14021343.

HSL color Cylindrical-coordinate representation of color #DFF2D5: hue angle of 99.31º degrees, saturation: 0.53, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #DFF2D5 is Cyan = 0.08, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.

Color convert

RGB223242213-
CMYK0.0800.120.05
HSL99.31º52.73%89.22%-
HSV(B)99.31º11.98%94.9%-
XYZ74.198475.25-
YUV233.01116.71120.86-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 32.89%
GREEN value IS 242 (94.92% from 255) = 35.69%
BLUE value IS 213 (83.59% from 255) = 31.42%
R=32.89%
G=35.69%
B=31.42%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2232422130.0800.120.0599.3152.7389.22
HexDFF2D580C5633559
Octal33736232510014514365131
Binary11011111111100101101010110000110010111000111101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFF2D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFF2D5; }

 p { color: rgb(223,242,213); }

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

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

 a { background-color: rgb(223,242,213); }

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

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

 span { border-color: rgb(223,242,213); }

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