#DDFB8E

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

Shades of Reef #DDFB8E

Tints of Reef #DDFB8E

Color information

#DDFB8E (or 0xDDFB8E) is unknown color: approx Reef. HEX triplet: DD, FB and 8E. RGB value is (221,251,142). Sum of RGB (Red+Green+Blue) = 221+251+142=614 (81% of max value = 765). Red value is 221 (86.72% from 255 or 35.99% from 614); Green value is 251 (98.44% from 255 or 40.88% from 614); Blue value is 142 (55.86% from 255 or 23.13% from 614); Max value from RGB is 251 - color contains mainly: green. Hex color #DDFB8E is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFB8E is #220471. Grayscale: #E6E6E6. Windows color (decimal): -2229362 or 9370589. OLE color: 9370589.

HSL color Cylindrical-coordinate representation of color #DDFB8E: hue angle of 76.51º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DDFB8E is Cyan = 0.12, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.02.

Color convert

RGB221251142-
CMYK0.1200.430.02
HSL76.51º93.16%77.06%-
HSV(B)76.51º43.43%98.43%-
XYZ69.286.3238.61-
YUV229.678.56121.86-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.99%
GREEN value IS 251 (98.44% from 255) = 40.88%
BLUE value IS 142 (55.86% from 255) = 23.13%
R=35.99%
G=40.88%
B=23.13%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212511420.1200.430.0276.5193.1677.06
HexDDFB8EC02B24d5d4d
Octal335373216140532115135115
Binary1101110111111011100011101100010101110100110110111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFB8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFB8E; }

 p { color: rgb(221,251,142); }

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

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

 a { background-color: rgb(221,251,142); }

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

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

 span { border-color: rgb(221,251,142); }

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