Html Css Color HEX #DEFBAC Reef

📋 copy color: '#DEFBAC'

red 222 ◦ green 251 ◦ blue 172

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

Shades of Reef #DEFBAC

Tints of Reef #DEFBAC

RGB

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

 GREEN value IS 251 (98.44% from 255) = 38.91%

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

R = 34.42%
G = 38.91%
B = 26.67%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#DEFBAC (or 0xDEFBAC) is known color: Reef. HEX triplet: DE, FB and AC. RGB value is (222,251,172). Sum of RGB (Red+Green+Blue) = 222+251+172=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 251 (98.44% from 255 or 38.91% from 645); Blue value is 172 (67.58% from 255 or 26.67% from 645); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBAC is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBAC is #210453. Grayscale: #E9E9E9. Windows color (decimal): -2163796 or 11336670. OLE color: 11336670.

HSL color Cylindrical-coordinate representation of color #DEFBAC: hue angle of 82.03º degrees, saturation: 0.91, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEFBAC is Cyan = 0.12, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 251 172 -
CMYK 0.12 0 0.31 0.02
HSL 82.03º 0.91% 0.83% -
HSV(B) 82.03º 0.31% 0.98% -
XYZ 72.07 87.5 52.12 -
YUV 233.32 93.39 119.92 -
System Red Green Blue C M Y K H S L
Decimal 222 251 172 0.12 0 0.31 0.02 82.03 0.91 0.83
Hex DE FB AC C 0 1F 2 52 5B 53
Octal 336 373 254 14 0 37 2 122 133 123
Binary 11011110 11111011 10101100 1100 0 11111 10 1010010 1011011 1010011

Color Harmonies of #DEFBAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBAC

Black with #DEFBAC

Text Example


Text Example

White with #DEFBAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBAC; }

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

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

background-color css

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

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

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

border-color css

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

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

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