#DDFD93

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

Shades of Reef #DDFD93

Tints of Reef #DDFD93

Color information

#DDFD93 (or 0xDDFD93) is unknown color: approx Reef. HEX triplet: DD, FD and 93. RGB value is (221,253,147). Sum of RGB (Red+Green+Blue) = 221+253+147=621 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.59% from 621); Green value is 253 (99.22% from 255 or 40.74% from 621); Blue value is 147 (57.81% from 255 or 23.67% from 621); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD93 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD93 is #22026C. Grayscale: #E7E7E7. Windows color (decimal): -2228845 or 9698781. OLE color: 9698781.

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

Color convert

RGB221253147-
CMYK0.1300.420.01
HSL78.11º96.36%78.43%-
HSV(B)78.11º41.9%99.22%-
XYZ70.2187.7340.84-
YUV231.3580.4120.62-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.59%
GREEN value IS 253 (99.22% from 255) = 40.74%
BLUE value IS 147 (57.81% from 255) = 23.67%
R=35.59%
G=40.74%
B=23.67%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531470.1300.420.0178.1196.3678.43
HexDDFD93D02A14e604e
Octal335375223150521116140116
Binary110111011111110110010011110101010101100111011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD93; }

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

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

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

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

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

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

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

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