Html Css Color HEX #DEF0AB Reef

📋 copy color: '#DEF0AB'

red 222 ◦ green 240 ◦ blue 171

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

Shades of Reef #DEF0AB

Tints of Reef #DEF0AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 27.01%

R = 35.07%
G = 37.91%
B = 27.01%

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

#DEF0AB (or 0xDEF0AB) is known color: Reef. HEX triplet: DE, F0 and AB. RGB value is (222,240,171). Sum of RGB (Red+Green+Blue) = 222+240+171=633 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.07% from 633); Green value is 240 (94.14% from 255 or 37.91% from 633); Blue value is 171 (67.19% from 255 or 27.01% from 633); Max value from RGB is 240 - color contains mainly: green. Hex color #DEF0AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF0AB is #210F54. Grayscale: #E3E3E3. Windows color (decimal): -2166613 or 11268318. OLE color: 11268318.

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

Color convert

RGB 222 240 171 -
CMYK 0.08 0 0.29 0.06
HSL 75.65º 0.7% 0.81% -
HSV(B) 75.65º 0.29% 0.94% -
XYZ 68.63 80.79 50.5 -
YUV 226.75 96.54 124.61 -
System Red Green Blue C M Y K H S L
Decimal 222 240 171 0.08 0 0.29 0.06 75.65 0.7 0.81
Hex DE F0 AB 8 0 1D 6 4C 46 51
Octal 336 360 253 10 0 35 6 114 106 121
Binary 11011110 11110000 10101011 1000 0 11101 110 1001100 1000110 1010001

Color Harmonies of #DEF0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF0AB

Black with #DEF0AB

Text Example


Text Example

White with #DEF0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF0AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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