#DDFD8D

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

Shades of Reef #DDFD8D

Tints of Reef #DDFD8D

Color information

#DDFD8D (or 0xDDFD8D) is unknown color: approx Reef. HEX triplet: DD, FD and 8D. RGB value is (221,253,141). Sum of RGB (Red+Green+Blue) = 221+253+141=615 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.93% from 615); Green value is 253 (99.22% from 255 or 41.14% from 615); Blue value is 141 (55.47% from 255 or 22.93% from 615); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD8D is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD8D is #220272. Grayscale: #E7E7E7. Windows color (decimal): -2228851 or 9305565. OLE color: 9305565.

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

Color convert

RGB221253141-
CMYK0.1300.440.01
HSL77.14º96.55%77.25%-
HSV(B)77.14º44.27%99.22%-
XYZ69.7587.5538.42-
YUV230.6677.4121.11-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.93%
GREEN value IS 253 (99.22% from 255) = 41.14%
BLUE value IS 141 (55.47% from 255) = 22.93%
R=35.93%
G=41.14%
B=22.93%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531410.1300.440.0177.1496.5577.25
HexDDFD8DD02C14d614d
Octal335375215150541115141115
Binary110111011111110110001101110101011001100110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD8D; }

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

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

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

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

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

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

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

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