Html Css Color HEX #DEFAAB Reef

📋 copy color: '#DEFAAB'

red 222 ◦ green 250 ◦ blue 171

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

Shades of Reef #DEFAAB

Tints of Reef #DEFAAB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 26.59%

R = 34.53%
G = 38.88%
B = 26.59%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#DEFAAB (or 0xDEFAAB) is known color: Reef. HEX triplet: DE, FA and AB. RGB value is (222,250,171). Sum of RGB (Red+Green+Blue) = 222+250+171=643 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.53% from 643); Green value is 250 (98.05% from 255 or 38.88% from 643); Blue value is 171 (67.19% from 255 or 26.59% from 643); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAAB is #210554. Grayscale: #E8E8E8. Windows color (decimal): -2164053 or 11270878. OLE color: 11270878.

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

Color convert

RGB 222 250 171 -
CMYK 0.11 0 0.32 0.02
HSL 81.27º 0.89% 0.83% -
HSV(B) 81.27º 0.32% 0.98% -
XYZ 71.66 86.84 51.51 -
YUV 232.62 93.22 120.42 -
System Red Green Blue C M Y K H S L
Decimal 222 250 171 0.11 0 0.32 0.02 81.27 0.89 0.83
Hex DE FA AB B 0 20 2 51 59 53
Octal 336 372 253 13 0 40 2 121 131 123
Binary 11011110 11111010 10101011 1011 0 100000 10 1010001 1011001 1010011

Color Harmonies of #DEFAAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAAB

Black with #DEFAAB

Text Example


Text Example

White with #DEFAAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAAB; }

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

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

background-color css

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

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

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

border-color css

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

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

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