Html Css Color HEX #DEF1AB Reef

📋 copy color: '#DEF1AB'

red 222 ◦ green 241 ◦ blue 171

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

Shades of Reef #DEF1AB

Tints of Reef #DEF1AB

RGB

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

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

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

R = 35.02%
G = 38.01%
B = 26.97%

CMYK

 C value IS 0.08

 M value IS 0

 Y value IS 0.29

 K value IS 0.05

RGB Variations

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

Color information

#DEF1AB (or 0xDEF1AB) is known color: Reef. HEX triplet: DE, F1 and AB. RGB value is (222,241,171). Sum of RGB (Red+Green+Blue) = 222+241+171=634 (83% of max value = 765). Red value is 222 (87.11% from 255 or 35.02% from 634); Green value is 241 (94.53% from 255 or 38.01% from 634); Blue value is 171 (67.19% from 255 or 26.97% from 634); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1AB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF1AB is #210E54. Grayscale: #E3E3E3. Windows color (decimal): -2166357 or 11268574. OLE color: 11268574.

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

Color convert

RGB 222 241 171 -
CMYK 0.08 0 0.29 0.05
HSL 76.29º 0.71% 0.81% -
HSV(B) 76.29º 0.29% 0.95% -
XYZ 68.93 81.38 50.6 -
YUV 227.34 96.21 124.19 -
System Red Green Blue C M Y K H S L
Decimal 222 241 171 0.08 0 0.29 0.05 76.29 0.71 0.81
Hex DE F1 AB 8 0 1D 5 4C 47 51
Octal 336 361 253 10 0 35 5 114 107 121
Binary 11011110 11110001 10101011 1000 0 11101 101 1001100 1000111 1010001

Color Harmonies of #DEF1AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF1AB

Black with #DEF1AB

Text Example


Text Example

White with #DEF1AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF1AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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