Html Css Color HEX #DEF1AF Reef

📋 copy color: '#DEF1AF'

red 222 ◦ green 241 ◦ blue 175

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

Shades of Reef #DEF1AF

Tints of Reef #DEF1AF

RGB

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

 GREEN value IS 241 (94.53% from 255) = 37.77%

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

R = 34.8%
G = 37.77%
B = 27.43%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.27

 K value IS 0.05

RGB Variations

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

Color information

#DEF1AF (or 0xDEF1AF) is known color: Reef. HEX triplet: DE, F1 and AF. RGB value is (222,241,175). Sum of RGB (Red+Green+Blue) = 222+241+175=638 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.80% from 638); Green value is 241 (94.53% from 255 or 37.77% from 638); Blue value is 175 (68.75% from 255 or 27.43% from 638); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1AF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF1AF is #210E50. Grayscale: #E4E4E4. Windows color (decimal): -2166353 or 11530718. OLE color: 11530718.

HSL color Cylindrical-coordinate representation of color #DEF1AF: hue angle of 77.27º degrees, saturation: 0.7, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEF1AF is Cyan = 0.08, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 241 175 -
CMYK 0.08 0 0.27 0.05
HSL 77.27º 0.7% 0.82% -
HSV(B) 77.27º 0.27% 0.95% -
XYZ 69.32 81.54 52.64 -
YUV 227.8 98.21 123.87 -
System Red Green Blue C M Y K H S L
Decimal 222 241 175 0.08 0 0.27 0.05 77.27 0.7 0.82
Hex DE F1 AF 8 0 1B 5 4D 46 52
Octal 336 361 257 10 0 33 5 115 106 122
Binary 11011110 11110001 10101111 1000 0 11011 101 1001101 1000110 1010010

Color Harmonies of #DEF1AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF1AF

Black with #DEF1AF

Text Example


Text Example

White with #DEF1AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF1AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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