#DDFD8B

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

Shades of Reef #DDFD8B

Tints of Reef #DDFD8B

Color information

#DDFD8B (or 0xDDFD8B) is unknown color: approx Reef. HEX triplet: DD, FD and 8B. RGB value is (221,253,139). Sum of RGB (Red+Green+Blue) = 221+253+139=613 (81% of max value = 765). Red value is 221 (86.72% from 255 or 36.05% from 613); Green value is 253 (99.22% from 255 or 41.27% from 613); Blue value is 139 (54.69% from 255 or 22.68% from 613); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFD8B is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFD8B is #220274. Grayscale: #E6E6E6. Windows color (decimal): -2228853 or 9174493. OLE color: 9174493.

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

Color convert

RGB221253139-
CMYK0.1300.450.01
HSL76.84º96.61%76.86%-
HSV(B)76.84º45.06%99.22%-
XYZ69.687.4937.64-
YUV230.4476.4121.27-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 36.05%
GREEN value IS 253 (99.22% from 255) = 41.27%
BLUE value IS 139 (54.69% from 255) = 22.68%
R=36.05%
G=41.27%
B=22.68%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531390.1300.450.0176.8496.6176.86
HexDDFD8BD02D14d614d
Octal335375213150551115141115
Binary110111011111110110001011110101011011100110111000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFD8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFD8B; }

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

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

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

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

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

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

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

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