Html Css Color HEX #DDF9AC Reef

📋 copy color: '#DDF9AC'

red 221 ◦ green 249 ◦ blue 172

#DDF9AC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef #DDF9AC

Tints of Reef #DDF9AC

RGB

 RED value IS 221 (86.72% from 255) = 34.42%

 GREEN value IS 249 (97.66% from 255) = 38.79%

 BLUE value IS 172 (67.58% from 255) = 26.79%

R = 34.42%
G = 38.79%
B = 26.79%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#DDF9AC (or 0xDDF9AC) is known color: Reef. HEX triplet: DD, F9 and AC. RGB value is (221,249,172). Sum of RGB (Red+Green+Blue) = 221+249+172=642 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.42% from 642); Green value is 249 (97.66% from 255 or 38.79% from 642); Blue value is 172 (67.58% from 255 or 26.79% from 642); Max value from RGB is 249 - color contains mainly: green. Hex color #DDF9AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF9AC is #220653. Grayscale: #E8E8E8. Windows color (decimal): -2229844 or 11336157. OLE color: 11336157.

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

Color convert

RGB 221 249 172 -
CMYK 0.11 0 0.31 0.02
HSL 81.82º 0.87% 0.83% -
HSV(B) 81.82º 0.31% 0.98% -
XYZ 71.14 86.1 51.9 -
YUV 231.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 221 249 172 0.11 0 0.31 0.02 81.82 0.87 0.83
Hex DD F9 AC B 0 1F 2 52 57 53
Octal 335 371 254 13 0 37 2 122 127 123
Binary 11011101 11111001 10101100 1011 0 11111 10 1010010 1010111 1010011

Color Harmonies of #DDF9AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF9AC

Black with #DDF9AC

Text Example


Text Example

White with #DDF9AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF9AC; }

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

 H1.HeaderClassName
 {
   color: #DDF9AC;
 }
 .AnyTagClassName
 {
   color: #DDF9AC;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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