Html Css Color HEX #DEEFAE Reef

📋 copy color: '#DEEFAE'

red 222 ◦ green 239 ◦ blue 174

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

Shades of Reef #DEEFAE

Tints of Reef #DEEFAE

RGB

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

 GREEN value IS 239 (93.75% from 255) = 37.64%

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

R = 34.96%
G = 37.64%
B = 27.4%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.27

 K value IS 0.06

RGB Variations

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

Color information

#DEEFAE (or 0xDEEFAE) is known color: Reef. HEX triplet: DE, EF and AE. RGB value is (222,239,174). Sum of RGB (Red+Green+Blue) = 222+239+174=635 (84% of max value = 765). Red value is 222 (87.11% from 255 or 34.96% from 635); Green value is 239 (93.75% from 255 or 37.64% from 635); Blue value is 174 (68.36% from 255 or 27.40% from 635); Max value from RGB is 239 - color contains mainly: green. Hex color #DEEFAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEFAE is #211051. Grayscale: #E2E2E2. Windows color (decimal): -2166866 or 11464670. OLE color: 11464670.

HSL color Cylindrical-coordinate representation of color #DEEFAE: hue angle of 75.69º degrees, saturation: 0.67, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #DEEFAE is Cyan = 0.07, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.06.

Color convert

RGB 222 239 174 -
CMYK 0.07 0 0.27 0.06
HSL 75.69º 0.67% 0.81% -
HSV(B) 75.69º 0.27% 0.94% -
XYZ 68.63 80.32 51.93 -
YUV 226.51 98.37 124.79 -
System Red Green Blue C M Y K H S L
Decimal 222 239 174 0.07 0 0.27 0.06 75.69 0.67 0.81
Hex DE EF AE 7 0 1B 6 4C 43 51
Octal 336 357 256 7 0 33 6 114 103 121
Binary 11011110 11101111 10101110 111 0 11011 110 1001100 1000011 1010001

Color Harmonies of #DEEFAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEFAE

Black with #DEEFAE

Text Example


Text Example

White with #DEEFAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEFAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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