#DDFD99

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

Shades of Reef #DDFD99

Tints of Reef #DDFD99

Color information

#DDFD99 (or 0xDDFD99) is unknown color: approx Reef. HEX triplet: DD, FD and 99. RGB value is (221,253,153). Sum of RGB (Red+Green+Blue) = 221+253+153=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 253 (99.22% from 255 or 40.35% from 627); Blue value is 153 (60.16% from 255 or 24.40% from 627); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD99 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD99 is #220266. Grayscale: #E8E8E8. Windows color (decimal): -2228839 or 10091997. OLE color: 10091997.

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

Color convert

RGB221253153-
CMYK0.1300.400.01
HSL79.2º96.15%79.61%-
HSV(B)79.2º39.53%99.22%-
XYZ70.6987.9243.38-
YUV232.0383.4120.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.25%
GREEN value IS 253 (99.22% from 255) = 40.35%
BLUE value IS 153 (60.16% from 255) = 24.40%
R=35.25%
G=40.35%
B=24.40%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531530.1300.400.0179.296.1579.61
HexDDFD99D02814f6050
Octal335375231150501117140120
Binary110111011111110110011001110101010001100111111000001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD99; }

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

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

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

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

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

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

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

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