Html Css Color HEX #DEFEAE Reef

📋 copy color: '#DEFEAE'

red 222 ◦ green 254 ◦ blue 174

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

Shades of Reef #DEFEAE

Tints of Reef #DEFEAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.77%

R = 34.15%
G = 39.08%
B = 26.77%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#DEFEAE (or 0xDEFEAE) is known color: Reef. HEX triplet: DE, FE and AE. RGB value is (222,254,174). Sum of RGB (Red+Green+Blue) = 222+254+174=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 254 (99.61% from 255 or 39.08% from 650); Blue value is 174 (68.36% from 255 or 26.77% from 650); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEAE is #210151. Grayscale: #EBEBEB. Windows color (decimal): -2163026 or 11468510. OLE color: 11468510.

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

Color convert

RGB 222 254 174 -
CMYK 0.13 0 0.31 0.00
HSL 84º 0.98% 0.84% -
HSV(B) 84º 0.31% 1% -
XYZ 73.21 89.47 53.46 -
YUV 235.31 93.4 118.5 -
System Red Green Blue C M Y K H S L
Decimal 222 254 174 0.13 0 0.31 0.00 84 0.98 0.84
Hex DE FE AE D 0 1F 0 54 62 54
Octal 336 376 256 15 0 37 0 124 142 124
Binary 11011110 11111110 10101110 1101 0 11111 0 1010100 1100010 1010100

Color Harmonies of #DEFEAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFEAE

Black with #DEFEAE

Text Example


Text Example

White with #DEFEAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFEAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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