#DDFF8C

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

Shades of Reef #DDFF8C

Tints of Reef #DDFF8C

Color information

#DDFF8C (or 0xDDFF8C) is unknown color: approx Reef. HEX triplet: DD, FF and 8C. RGB value is (221,255,140). Sum of RGB (Red+Green+Blue) = 221+255+140=616 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.88% from 616); Green value is 255 (100% from 255 or 41.40% from 616); Blue value is 140 (55.08% from 255 or 22.73% from 616); Max value from RGB is 255 - color contains mainly: green. Hex color #DDFF8C is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFF8C is #220073. Grayscale: #E8E8E8. Windows color (decimal): -2228340 or 9240541. OLE color: 9240541.

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

Color convert

RGB221255140-
CMYK0.1300.450
HSL77.74º100%77.45%-
HSV(B)77.74º45.1%100%-
XYZ70.3188.7938.24-
YUV231.7276.24120.35-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.88%
GREEN value IS 255 (100% from 255) = 41.40%
BLUE value IS 140 (55.08% from 255) = 22.73%
R=35.88%
G=41.40%
B=22.73%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2212551400.1300.45077.7410077.45
HexDDFF8CD02D04e644d
Octal335377214150550116144115
Binary110111011111111110001100110101011010100111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFF8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFF8C; }

 p { color: rgb(221,255,140); }

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

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

 a { background-color: rgb(221,255,140); }

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

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

 span { border-color: rgb(221,255,140); }

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