Html Css Color HEX #DEFEA6 Reef

📋 copy color: '#DEFEA6'

red 222 ◦ green 254 ◦ blue 166

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

Shades of Reef #DEFEA6

Tints of Reef #DEFEA6

RGB

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

 GREEN value IS 254 (99.61% from 255) = 39.56%

 BLUE value IS 166 (65.23% from 255) = 25.86%

R = 34.58%
G = 39.56%
B = 25.86%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.35

 K value IS 0.00

RGB Variations

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

Color information

#DEFEA6 (or 0xDEFEA6) is known color: Reef. HEX triplet: DE, FE and A6. RGB value is (222,254,166). Sum of RGB (Red+Green+Blue) = 222+254+166=642 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.58% from 642); Green value is 254 (99.61% from 255 or 39.56% from 642); Blue value is 166 (65.23% from 255 or 25.86% from 642); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEA6 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEA6 is #210159. Grayscale: #EAEAEA. Windows color (decimal): -2163034 or 10944222. OLE color: 10944222.

HSL color Cylindrical-coordinate representation of color #DEFEA6: hue angle of 81.82º degrees, saturation: 0.98, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DEFEA6 is Cyan = 0.13, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 254 166 -
CMYK 0.13 0 0.35 0.00
HSL 81.82º 0.98% 0.82% -
HSV(B) 81.82º 0.35% 1% -
XYZ 72.45 89.17 49.47 -
YUV 234.4 89.4 119.16 -
System Red Green Blue C M Y K H S L
Decimal 222 254 166 0.13 0 0.35 0.00 81.82 0.98 0.82
Hex DE FE A6 D 0 23 0 52 62 52
Octal 336 376 246 15 0 43 0 122 142 122
Binary 11011110 11111110 10100110 1101 0 100011 0 1010010 1100010 1010010

Color Harmonies of #DEFEA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFEA6

Black with #DEFEA6

Text Example


Text Example

White with #DEFEA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFEA6; }

 p { color: rgb(222,254,166); }

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

background-color css

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

 a { background-color: rgb(222,254,166); }

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

border-color css

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

 span { border-color: rgb(222,254,166); }

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