Html Css Color HEX #DDF5AC Reef

📋 copy color: '#DDF5AC'

red 221 ◦ green 245 ◦ blue 172

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

Shades of Reef #DDF5AC

Tints of Reef #DDF5AC

RGB

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

 GREEN value IS 245 (96.09% from 255) = 38.4%

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

R = 34.64%
G = 38.4%
B = 26.96%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.30

 K value IS 0.04

RGB Variations

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

Color information

#DDF5AC (or 0xDDF5AC) is known color: Reef. HEX triplet: DD, F5 and AC. RGB value is (221,245,172). Sum of RGB (Red+Green+Blue) = 221+245+172=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 245 (96.09% from 255 or 38.40% from 638); Blue value is 172 (67.58% from 255 or 26.96% from 638); Max value from RGB is 245 - color contains mainly: green. Hex color #DDF5AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF5AC is #220A53. Grayscale: #E5E5E5. Windows color (decimal): -2230868 or 11335133. OLE color: 11335133.

HSL color Cylindrical-coordinate representation of color #DDF5AC: hue angle of 79.73º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DDF5AC is Cyan = 0.10, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.

Color convert

RGB 221 245 172 -
CMYK 0.10 0 0.30 0.04
HSL 79.73º 0.78% 0.82% -
HSV(B) 79.73º 0.3% 0.96% -
XYZ 69.92 83.66 51.49 -
YUV 229.5 95.55 121.94 -
System Red Green Blue C M Y K H S L
Decimal 221 245 172 0.10 0 0.30 0.04 79.73 0.78 0.82
Hex DD F5 AC A 0 1E 4 50 4E 52
Octal 335 365 254 12 0 36 4 120 116 122
Binary 11011101 11110101 10101100 1010 0 11110 100 1010000 1001110 1010010

Color Harmonies of #DDF5AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF5AC

Black with #DDF5AC

Text Example


Text Example

White with #DDF5AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF5AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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