Html Css Color HEX #DDF0AE Reef

📋 copy color: '#DDF0AE'

red 221 ◦ green 240 ◦ blue 174

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

Shades of Reef #DDF0AE

Tints of Reef #DDF0AE

RGB

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

 GREEN value IS 240 (94.14% from 255) = 37.8%

 BLUE value IS 174 (68.36% from 255) = 27.4%

R = 34.8%
G = 37.8%
B = 27.4%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.28

 K value IS 0.06

RGB Variations

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

Color information

#DDF0AE (or 0xDDF0AE) is known color: Reef. HEX triplet: DD, F0 and AE. RGB value is (221,240,174). Sum of RGB (Red+Green+Blue) = 221+240+174=635 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.80% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #DDF0AE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDF0AE is #220F51. Grayscale: #E3E3E3. Windows color (decimal): -2232146 or 11464925. OLE color: 11464925.

HSL color Cylindrical-coordinate representation of color #DDF0AE: hue angle of 77.27º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DDF0AE is Cyan = 0.08, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.

Color convert

RGB 221 240 174 -
CMYK 0.08 0 0.28 0.06
HSL 77.27º 0.69% 0.81% -
HSV(B) 77.27º 0.28% 0.94% -
XYZ 68.62 80.75 52.01 -
YUV 226.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 221 240 174 0.08 0 0.28 0.06 77.27 0.69 0.81
Hex DD F0 AE 8 0 1C 6 4D 45 51
Octal 335 360 256 10 0 34 6 115 105 121
Binary 11011101 11110000 10101110 1000 0 11100 110 1001101 1000101 1010001

Color Harmonies of #DDF0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDF0AE

Black with #DDF0AE

Text Example


Text Example

White with #DDF0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDF0AE; }

 p { color: rgb(221,240,174); }

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

background-color css

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

 a { background-color: rgb(221,240,174); }

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

border-color css

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

 span { border-color: rgb(221,240,174); }

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