Html Css Color HEX #DEFBA8 Reef

📋 copy color: '#DEFBA8'

red 222 ◦ green 251 ◦ blue 168

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

Shades of Reef #DEFBA8

Tints of Reef #DEFBA8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 26.21%

R = 34.63%
G = 39.16%
B = 26.21%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#DEFBA8 (or 0xDEFBA8) is known color: Reef. HEX triplet: DE, FB and A8. RGB value is (222,251,168). Sum of RGB (Red+Green+Blue) = 222+251+168=641 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.63% from 641); Green value is 251 (98.44% from 255 or 39.16% from 641); Blue value is 168 (66.02% from 255 or 26.21% from 641); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBA8 is #210457. Grayscale: #E9E9E9. Windows color (decimal): -2163800 or 11074526. OLE color: 11074526.

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

Color convert

RGB 222 251 168 -
CMYK 0.12 0 0.33 0.02
HSL 80.96º 0.91% 0.82% -
HSV(B) 80.96º 0.33% 0.98% -
XYZ 71.69 87.35 50.13 -
YUV 232.87 91.39 120.25 -
System Red Green Blue C M Y K H S L
Decimal 222 251 168 0.12 0 0.33 0.02 80.96 0.91 0.82
Hex DE FB A8 C 0 21 2 51 5B 52
Octal 336 373 250 14 0 41 2 121 133 122
Binary 11011110 11111011 10101000 1100 0 100001 10 1010001 1011011 1010010

Color Harmonies of #DEFBA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBA8

Black with #DEFBA8

Text Example


Text Example

White with #DEFBA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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