Html Css Color HEX #DEFAA8 Reef

📋 copy color: '#DEFAA8'

red 222 ◦ green 250 ◦ blue 168

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

Shades of Reef #DEFAA8

Tints of Reef #DEFAA8

RGB

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

 GREEN value IS 250 (98.05% from 255) = 39.06%

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

R = 34.69%
G = 39.06%
B = 26.25%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.33

 K value IS 0.02

RGB Variations

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

Color information

#DEFAA8 (or 0xDEFAA8) is known color: Reef. HEX triplet: DE, FA and A8. RGB value is (222,250,168). Sum of RGB (Red+Green+Blue) = 222+250+168=640 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.69% from 640); Green value is 250 (98.05% from 255 or 39.06% from 640); Blue value is 168 (66.02% from 255 or 26.25% from 640); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAA8 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAA8 is #210557. Grayscale: #E8E8E8. Windows color (decimal): -2164056 or 11074270. OLE color: 11074270.

HSL color Cylindrical-coordinate representation of color #DEFAA8: hue angle of 80.49º degrees, saturation: 0.89, 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 #DEFAA8 is Cyan = 0.11, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 168 -
CMYK 0.11 0 0.33 0.02
HSL 80.49º 0.89% 0.82% -
HSV(B) 80.49º 0.33% 0.98% -
XYZ 71.38 86.73 50.02 -
YUV 232.28 91.72 120.67 -
System Red Green Blue C M Y K H S L
Decimal 222 250 168 0.11 0 0.33 0.02 80.49 0.89 0.82
Hex DE FA A8 B 0 21 2 50 59 52
Octal 336 372 250 13 0 41 2 120 131 122
Binary 11011110 11111010 10101000 1011 0 100001 10 1010000 1011001 1010010

Color Harmonies of #DEFAA8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAA8

Black with #DEFAA8

Text Example


Text Example

White with #DEFAA8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAA8; }

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

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

background-color css

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

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

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

border-color css

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

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

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