Html Css Color HEX #DEF0AD Reef

📋 copy color: '#DEF0AD'

red 222 ◦ green 240 ◦ blue 173

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

Shades of Reef #DEF0AD

Tints of Reef #DEF0AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 27.24%

R = 34.96%
G = 37.8%
B = 27.24%

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

#DEF0AD (or 0xDEF0AD) is known color: Reef. HEX triplet: DE, F0 and AD. RGB value is (222,240,173). Sum of RGB (Red+Green+Blue) = 222+240+173=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 240 (94.14% from 255 or 37.80% from 635); Blue value is 173 (67.97% from 255 or 27.24% from 635); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0AD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0AD is #210F52. Grayscale: #E3E3E3. Windows color (decimal): -2166611 or 11399390. OLE color: 11399390.

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

Color convert

RGB 222 240 173 -
CMYK 0.08 0 0.28 0.06
HSL 76.12º 0.69% 0.81% -
HSV(B) 76.12º 0.28% 0.94% -
XYZ 68.83 80.87 51.52 -
YUV 226.98 97.54 124.45 -
System Red Green Blue C M Y K H S L
Decimal 222 240 173 0.08 0 0.28 0.06 76.12 0.69 0.81
Hex DE F0 AD 8 0 1C 6 4C 45 51
Octal 336 360 255 10 0 34 6 114 105 121
Binary 11011110 11110000 10101101 1000 0 11100 110 1001100 1000101 1010001

Color Harmonies of #DEF0AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF0AD

Black with #DEF0AD

Text Example


Text Example

White with #DEF0AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF0AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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