#DDFC8E

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

Shades of Reef #DDFC8E

Tints of Reef #DDFC8E

Color information

#DDFC8E (or 0xDDFC8E) is unknown color: approx Reef. HEX triplet: DD, FC and 8E. RGB value is (221,252,142). Sum of RGB (Red+Green+Blue) = 221+252+142=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 252 (98.83% from 255 or 40.98% from 615); Blue value is 142 (55.86% from 255 or 23.09% from 615); Max value from RGB is 252 - color contains mainly: green. Hex color #DDFC8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFC8E is #220371. Grayscale: #E6E6E6. Windows color (decimal): -2229106 or 9370845. OLE color: 9370845.

HSL color Cylindrical-coordinate representation of color #DDFC8E: hue angle of 76.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DDFC8E is Cyan = 0.12, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.01.

Color convert

RGB221252142-
CMYK0.1200.440.01
HSL76.91º94.83%77.25%-
HSV(B)76.91º43.65%98.82%-
XYZ69.5186.9538.71-
YUV230.1978.23121.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 252 (98.83% from 255) = 40.98%
BLUE value IS 142 (55.86% from 255) = 23.09%
R=35.93%
G=40.98%
B=23.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212521420.1200.440.0176.9194.8377.25
HexDDFC8EC02C14d5f4d
Octal335374216140541115137115
Binary110111011111110010001110110001011001100110110111111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFC8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFC8E; }

 p { color: rgb(221,252,142); }

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

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

 a { background-color: rgb(221,252,142); }

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

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

 span { border-color: rgb(221,252,142); }

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