Html Css Color HEX #DEFAB0 Reef

📋 copy color: '#DEFAB0'

red 222 ◦ green 250 ◦ blue 176

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

Shades of Reef #DEFAB0

Tints of Reef #DEFAB0

RGB

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

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

 BLUE value IS 176 (69.14% from 255) = 27.16%

R = 34.26%
G = 38.58%
B = 27.16%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#DEFAB0 (or 0xDEFAB0) is known color: Reef. HEX triplet: DE, FA and B0. RGB value is (222,250,176). Sum of RGB (Red+Green+Blue) = 222+250+176=648 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.26% from 648); Green value is 250 (98.05% from 255 or 38.58% from 648); Blue value is 176 (69.14% from 255 or 27.16% from 648); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAB0 is #21054F. Grayscale: #E9E9E9. Windows color (decimal): -2164048 or 11598558. OLE color: 11598558.

HSL color Cylindrical-coordinate representation of color #DEFAB0: hue angle of 82.7º degrees, saturation: 0.88, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEFAB0 is Cyan = 0.11, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 176 -
CMYK 0.11 0 0.30 0.02
HSL 82.7º 0.88% 0.84% -
HSV(B) 82.7º 0.3% 0.98% -
XYZ 72.15 87.04 54.07 -
YUV 233.19 95.72 120.02 -
System Red Green Blue C M Y K H S L
Decimal 222 250 176 0.11 0 0.30 0.02 82.7 0.88 0.84
Hex DE FA B0 B 0 1E 2 53 58 54
Octal 336 372 260 13 0 36 2 123 130 124
Binary 11011110 11111010 10110000 1011 0 11110 10 1010011 1011000 1010100

Color Harmonies of #DEFAB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAB0

Black with #DEFAB0

Text Example


Text Example

White with #DEFAB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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