Html Css Color HEX #DEF8AB Reef

📋 copy color: '#DEF8AB'

red 222 ◦ green 248 ◦ blue 171

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

Shades of Reef #DEF8AB

Tints of Reef #DEF8AB

RGB

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

 GREEN value IS 248 (97.27% from 255) = 38.69%

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

R = 34.63%
G = 38.69%
B = 26.68%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.31

 K value IS 0.03

RGB Variations

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

Color information

#DEF8AB (or 0xDEF8AB) is known color: Reef. HEX triplet: DE, F8 and AB. RGB value is (222,248,171). Sum of RGB (Red+Green+Blue) = 222+248+171=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 248 (97.27% from 255 or 38.69% from 641); Blue value is 171 (67.19% from 255 or 26.68% from 641); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8AB is #210754. Grayscale: #E7E7E7. Windows color (decimal): -2164565 or 11270366. OLE color: 11270366.

HSL color Cylindrical-coordinate representation of color #DEF8AB: hue angle of 80.26º degrees, saturation: 0.85, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEF8AB is Cyan = 0.10, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.

Color convert

RGB 222 248 171 -
CMYK 0.10 0 0.31 0.03
HSL 80.26º 0.85% 0.82% -
HSV(B) 80.26º 0.31% 0.97% -
XYZ 71.04 85.6 51.31 -
YUV 231.45 93.89 121.26 -
System Red Green Blue C M Y K H S L
Decimal 222 248 171 0.10 0 0.31 0.03 80.26 0.85 0.82
Hex DE F8 AB A 0 1F 3 50 55 52
Octal 336 370 253 12 0 37 3 120 125 122
Binary 11011110 11111000 10101011 1010 0 11111 11 1010000 1010101 1010010

Color Harmonies of #DEF8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF8AB

Black with #DEF8AB

Text Example


Text Example

White with #DEF8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF8AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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