#DDF9AF

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

Shades of Reef #DDF9AF

Tints of Reef #DDF9AF

Color information

#DDF9AF (or 0xDDF9AF) is unknown color: approx Reef. HEX triplet: DD, F9 and AF. RGB value is (221,249,175). Sum of RGB (Red+Green+Blue) = 221+249+175=645 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.26% from 645); Green value is 249 (97.66% from 255 or 38.60% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9AF is #220650. Grayscale: #E8E8E8. Windows color (decimal): -2229841 or 11532765. OLE color: 11532765.

HSL color Cylindrical-coordinate representation of color #DDF9AF: hue angle of 82.7º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF9AF is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB221249175-
CMYK0.1100.300.02
HSL82.7º86.05%83.14%-
HSV(B)82.7º29.72%97.65%-
XYZ71.4386.2253.43-
YUV232.1995.72120.02-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 34.26%
GREEN value IS 249 (97.66% from 255) = 38.60%
BLUE value IS 175 (68.75% from 255) = 27.13%
R=34.26%
G=38.60%
B=27.13%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2212491750.1100.300.0282.786.0583.14
HexDDF9AFB01E2535653
Octal335371257130362123126123
Binary110111011111100110101111101101111010101001110101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDF9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDF9AF; }

 p { color: rgb(221,249,175); }

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

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

 a { background-color: rgb(221,249,175); }

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

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

 span { border-color: rgb(221,249,175); }

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