Html Css Color HEX #DEF1AC Reef

📋 copy color: '#DEF1AC'

red 222 ◦ green 241 ◦ blue 172

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

Shades of Reef #DEF1AC

Tints of Reef #DEF1AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 27.09%

R = 34.96%
G = 37.95%
B = 27.09%

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

#DEF1AC (or 0xDEF1AC) is known color: Reef. HEX triplet: DE, F1 and AC. RGB value is (222,241,172). Sum of RGB (Red+Green+Blue) = 222+241+172=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 241 (94.53% from 255 or 37.95% from 635); Blue value is 172 (67.58% from 255 or 27.09% from 635); Max value from RGB is 241 - color contains mainly: green. Hex color #DEF1AC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEF1AC is #210E53. Grayscale: #E3E3E3. Windows color (decimal): -2166356 or 11334110. OLE color: 11334110.

HSL color Cylindrical-coordinate representation of color #DEF1AC: hue angle of 76.52º 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 #DEF1AC is Cyan = 0.08, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.

Color convert

RGB 222 241 172 -
CMYK 0.08 0 0.29 0.05
HSL 76.52º 0.71% 0.81% -
HSV(B) 76.52º 0.29% 0.95% -
XYZ 69.03 81.42 51.11 -
YUV 227.45 96.71 124.11 -
System Red Green Blue C M Y K H S L
Decimal 222 241 172 0.08 0 0.29 0.05 76.52 0.71 0.81
Hex DE F1 AC 8 0 1D 5 4D 47 51
Octal 336 361 254 10 0 35 5 115 107 121
Binary 11011110 11110001 10101100 1000 0 11101 101 1001101 1000111 1010001

Color Harmonies of #DEF1AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEF1AC

Black with #DEF1AC

Text Example


Text Example

White with #DEF1AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEF1AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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