Html Css Color HEX #DDF1AC Reef

📋 copy color: '#DDF1AC'

red 221 ◦ green 241 ◦ blue 172

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

Shades of Reef #DDF1AC

Tints of Reef #DDF1AC

RGB

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

 GREEN value IS 241 (94.53% from 255) = 38.01%

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

R = 34.86%
G = 38.01%
B = 27.13%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DDF1AC (or 0xDDF1AC) is known color: Reef. HEX triplet: DD, F1 and AC. RGB value is (221,241,172). Sum of RGB (Red+Green+Blue) = 221+241+172=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 172 (67.58% from 255 or 27.13% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #DDF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF1AC is #220E53. Grayscale: #E3E3E3. Windows color (decimal): -2231892 or 11334109. OLE color: 11334109.

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

Color convert

RGB 221 241 172 -
CMYK 0.08 0 0.29 0.05
HSL 77.39º 0.71% 0.81% -
HSV(B) 77.39º 0.29% 0.95% -
XYZ 68.72 81.26 51.09 -
YUV 227.15 96.87 123.61 -
System Red Green Blue C M Y K H S L
Decimal 221 241 172 0.08 0 0.29 0.05 77.39 0.71 0.81
Hex DD F1 AC 8 0 1D 5 4D 47 51
Octal 335 361 254 10 0 35 5 115 107 121
Binary 11011101 11110001 10101100 1000 0 11101 101 1001101 1000111 1010001

Color Harmonies of #DDF1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF1AC

Black with #DDF1AC

Text Example


Text Example

White with #DDF1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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