Html Css Color HEX #DEFBAE Reef

📋 copy color: '#DEFBAE'

red 222 ◦ green 251 ◦ blue 174

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

Shades of Reef #DEFBAE

Tints of Reef #DEFBAE

RGB

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

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

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

R = 34.31%
G = 38.79%
B = 26.89%

CMYK

 C value IS 0.12

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#DEFBAE (or 0xDEFBAE) is known color: Reef. HEX triplet: DE, FB and AE. RGB value is (222,251,174). Sum of RGB (Red+Green+Blue) = 222+251+174=647 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.31% from 647); Green value is 251 (98.44% from 255 or 38.79% from 647); Blue value is 174 (68.36% from 255 or 26.89% from 647); Max value from RGB is 251 - color contains mainly: green. Hex color #DEFBAE is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFBAE is #210451. Grayscale: #E9E9E9. Windows color (decimal): -2163794 or 11467742. OLE color: 11467742.

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

Color convert

RGB 222 251 174 -
CMYK 0.12 0 0.31 0.02
HSL 82.6º 0.91% 0.83% -
HSV(B) 82.6º 0.31% 0.98% -
XYZ 72.26 87.58 53.14 -
YUV 233.55 94.39 119.76 -
System Red Green Blue C M Y K H S L
Decimal 222 251 174 0.12 0 0.31 0.02 82.6 0.91 0.83
Hex DE FB AE C 0 1F 2 53 5B 53
Octal 336 373 256 14 0 37 2 123 133 123
Binary 11011110 11111011 10101110 1100 0 11111 10 1010011 1011011 1010011

Color Harmonies of #DEFBAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFBAE

Black with #DEFBAE

Text Example


Text Example

White with #DEFBAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFBAE; }

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

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

background-color css

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

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

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

border-color css

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

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

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