#DDFE9A

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

Shades of Reef #DDFE9A

Tints of Reef #DDFE9A

Color information

#DDFE9A (or 0xDDFE9A) is unknown color: approx Reef. HEX triplet: DD, FE and 9A. RGB value is (221,254,154). Sum of RGB (Red+Green+Blue) = 221+254+154=629 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.14% from 629); Green value is 254 (99.61% from 255 or 40.38% from 629); Blue value is 154 (60.55% from 255 or 24.48% from 629); Max value from RGB is 254 - color contains mainly: green. Hex color #DDFE9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFE9A is #220165. Grayscale: #E9E9E9. Windows color (decimal): -2228582 or 10157789. OLE color: 10157789.

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

Color convert

RGB221254154-
CMYK0.1300.390.00
HSL79.8º98.04%80%-
HSV(B)79.8º39.37%99.61%-
XYZ71.0988.5943.92-
YUV232.7383.57119.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.14%
GREEN value IS 254 (99.61% from 255) = 40.38%
BLUE value IS 154 (60.55% from 255) = 24.48%
R=35.14%
G=40.38%
B=24.48%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2212541540.1300.390.0079.898.0480
HexDDFE9AD0270506250
Octal335376232150470120142120
Binary110111011111111010011010110101001110101000011000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFE9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFE9A; }

 p { color: rgb(221,254,154); }

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

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

 a { background-color: rgb(221,254,154); }

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

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

 span { border-color: rgb(221,254,154); }

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