Html Css Color HEX #DEF8AF Reef

📋 copy color: '#DEF8AF'

red 222 ◦ green 248 ◦ blue 175

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

Shades of Reef #DEF8AF

Tints of Reef #DEF8AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.13%

R = 34.42%
G = 38.45%
B = 27.13%

CMYK

 C value IS 0.10

 M value IS 0

 Y value IS 0.29

 K value IS 0.03

RGB Variations

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

Color information

#DEF8AF (or 0xDEF8AF) is known color: Reef. HEX triplet: DE, F8 and AF. RGB value is (222,248,175). Sum of RGB (Red+Green+Blue) = 222+248+175=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 248 (97.27% from 255 or 38.45% from 645); Blue value is 175 (68.75% from 255 or 27.13% from 645); Max value from RGB is 248 - color contains mainly: green. Hex color #DEF8AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF8AF is #210750. Grayscale: #E8E8E8. Windows color (decimal): -2164561 or 11532510. OLE color: 11532510.

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

Color convert

RGB 222 248 175 -
CMYK 0.10 0 0.29 0.03
HSL 81.37º 0.84% 0.83% -
HSV(B) 81.37º 0.29% 0.97% -
XYZ 71.43 85.76 53.35 -
YUV 231.9 95.89 120.94 -
System Red Green Blue C M Y K H S L
Decimal 222 248 175 0.10 0 0.29 0.03 81.37 0.84 0.83
Hex DE F8 AF A 0 1D 3 51 54 53
Octal 336 370 257 12 0 35 3 121 124 123
Binary 11011110 11111000 10101111 1010 0 11101 11 1010001 1010100 1010011

Color Harmonies of #DEF8AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF8AF

Black with #DEF8AF

Text Example


Text Example

White with #DEF8AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF8AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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