#DDFD9A

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

Shades of Reef #DDFD9A

Tints of Reef #DDFD9A

Color information

#DDFD9A (or 0xDDFD9A) is unknown color: approx Reef. HEX triplet: DD, FD and 9A. RGB value is (221,253,154). Sum of RGB (Red+Green+Blue) = 221+253+154=628 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.19% from 628); Green value is 253 (99.22% from 255 or 40.29% from 628); Blue value is 154 (60.55% from 255 or 24.52% from 628); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD9A is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD9A is #220265. Grayscale: #E8E8E8. Windows color (decimal): -2228838 or 10157533. OLE color: 10157533.

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

Color convert

RGB221253154-
CMYK0.1300.390.01
HSL79.39º96.12%79.8%-
HSV(B)79.39º39.13%99.22%-
XYZ70.7887.9643.82-
YUV232.1583.9120.05-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.19%
GREEN value IS 253 (99.22% from 255) = 40.29%
BLUE value IS 154 (60.55% from 255) = 24.52%
R=35.19%
G=40.29%
B=24.52%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531540.1300.390.0179.3996.1279.8
HexDDFD9AD02714f6050
Octal335375232150471117140120
Binary110111011111110110011010110101001111100111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD9A; }

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

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

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

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

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

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

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

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