#DDF1A4

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

Shades of Reef #DDF1A4

Tints of Reef #DDF1A4

Color information

#DDF1A4 (or 0xDDF1A4) is unknown color: approx Reef. HEX triplet: DD, F1 and A4. RGB value is (221,241,164). Sum of RGB (Red+Green+Blue) = 221+241+164=626 (82% of max value = 765). Red value is 221 (86.72% from 255 or 35.30% from 626); Green value is 241 (94.53% from 255 or 38.50% from 626); Blue value is 164 (64.45% from 255 or 26.20% from 626); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1A4 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1A4 is #220E5B. Grayscale: #E2E2E2. Windows color (decimal): -2231900 or 10809821. OLE color: 10809821.

HSL color Cylindrical-coordinate representation of color #DDF1A4: hue angle of 75.58º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DDF1A4 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.05.

Color convert

RGB221241164-
CMYK0.0800.320.05
HSL75.58º73.33%79.41%-
HSV(B)75.58º31.95%94.51%-
XYZ67.9780.9647.17-
YUV226.2492.87124.26-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 35.30%
GREEN value IS 241 (94.53% from 255) = 38.50%
BLUE value IS 164 (64.45% from 255) = 26.20%
R=35.30%
G=38.50%
B=26.20%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2212411640.0800.320.0575.5873.3379.41
HexDDF1A4802054c494f
Octal335361244100405114111117
Binary11011101111100011010010010000100000101100110010010011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF1A4; }

 p { color: rgb(221,241,164); }

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

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

 a { background-color: rgb(221,241,164); }

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

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

 span { border-color: rgb(221,241,164); }

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