#DDFDAB

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

Shades of Reef #DDFDAB

Tints of Reef #DDFDAB

Color information

#DDFDAB (or 0xDDFDAB) is unknown color: approx Reef. HEX triplet: DD, FD and AB. RGB value is (221,253,171). Sum of RGB (Red+Green+Blue) = 221+253+171=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 253 (99.22% from 255 or 39.22% from 645); Blue value is 171 (67.19% from 255 or 26.51% from 645); Max value from RGB is 253 - color contains mainly: green. Hex color #DDFDAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDFDAB is #220254. Grayscale: #EAEAEA. Windows color (decimal): -2228821 or 11271645. OLE color: 11271645.

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

Color convert

RGB221253171-
CMYK0.1300.320.01
HSL83.41º95.35%83.14%-
HSV(B)83.41º32.41%99.22%-
XYZ72.2988.5651.81-
YUV234.0892.4118.67-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 253 (99.22% from 255) = 39.22%
BLUE value IS 171 (67.19% from 255) = 26.51%
R=34.26%
G=39.22%
B=26.51%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2212531710.1300.320.0183.4195.3583.14
HexDDFDABD0201535f53
Octal335375253150401123137123
Binary110111011111110110101011110101000001101001110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDFDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDFDAB; }

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

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

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

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

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

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

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

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