#DDFACE

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

Shades of Hint Of Green #DDFACE

Tints of Hint Of Green #DDFACE

Color information

#DDFACE (or 0xDDFACE) is unknown color: approx Hint Of Green. HEX triplet: DD, FA and CE. RGB value is (221,250,206). Sum of RGB (Red+Green+Blue) = 221+250+206=677 (89% of max value = 765). Red value is 221 (86.72% from 255 or 32.64% from 677); Green value is 250 (98.05% from 255 or 36.93% from 677); Blue value is 206 (80.86% from 255 or 30.43% from 677); Max value from RGB is 250 - color contains mainly: green. Hex color #DDFACE is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DDFACE is #220531. Grayscale: #ECECEC. Windows color (decimal): -2229554 or 13564637. OLE color: 13564637.

HSL color Cylindrical-coordinate representation of color #DDFACE: hue angle of 99.55º degrees, saturation: 0.81, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #DDFACE is Cyan = 0.12, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB221250206-
CMYK0.1200.180.02
HSL99.55º81.48%89.41%-
HSV(B)99.55º17.6%98.04%-
XYZ75.1488.271.46-
YUV236.31110.89117.08-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 32.64%
GREEN value IS 250 (98.05% from 255) = 36.93%
BLUE value IS 206 (80.86% from 255) = 30.43%
R=32.64%
G=36.93%
B=30.43%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212502060.1200.180.0299.5581.4889.41
HexDDFACEC0122645159
Octal335372316140222144121131
Binary110111011111101011001110110001001010110010010100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFACE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFACE; }

 p { color: rgb(221,250,206); }

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

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

 a { background-color: rgb(221,250,206); }

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

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

 span { border-color: rgb(221,250,206); }

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