Html Css Color HEX #DEF0AA Reef

📋 copy color: '#DEF0AA'

red 222 ◦ green 240 ◦ blue 170

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

Shades of Reef #DEF0AA

Tints of Reef #DEF0AA

RGB

 RED value IS 222 (87.11% from 255) = 35.13%

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

 BLUE value IS 170 (66.8% from 255) = 26.9%

R = 35.13%
G = 37.97%
B = 26.9%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.06

RGB Variations

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

Color information

#DEF0AA (or 0xDEF0AA) is known color: Reef. HEX triplet: DE, F0 and AA. RGB value is (222,240,170). Sum of RGB (Red+Green+Blue) = 222+240+170=632 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.13% from 632); Green value is 240 (94.14% from 255 or 37.97% from 632); Blue value is 170 (66.80% from 255 or 26.90% from 632); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0AA is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0AA is #210F55. Grayscale: #E2E2E2. Windows color (decimal): -2166614 or 11202782. OLE color: 11202782.

HSL color Cylindrical-coordinate representation of color #DEF0AA: hue angle of 75.43º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DEF0AA is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 240 170 -
CMYK 0.08 0 0.29 0.06
HSL 75.43º 0.7% 0.8% -
HSV(B) 75.43º 0.29% 0.94% -
XYZ 68.54 80.75 50 -
YUV 226.64 96.04 124.69 -
System Red Green Blue C M Y K H S L
Decimal 222 240 170 0.08 0 0.29 0.06 75.43 0.7 0.8
Hex DE F0 AA 8 0 1D 6 4B 46 50
Octal 336 360 252 10 0 35 6 113 106 120
Binary 11011110 11110000 10101010 1000 0 11101 110 1001011 1000110 1010000

Color Harmonies of #DEF0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF0AA

Black with #DEF0AA

Text Example


Text Example

White with #DEF0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF0AA; }

 p { color: rgb(222,240,170); }

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

background-color css

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

 a { background-color: rgb(222,240,170); }

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

border-color css

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

 span { border-color: rgb(222,240,170); }

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