Html Css Color HEX #DEFAAD Reef

📋 copy color: '#DEFAAD'

red 222 ◦ green 250 ◦ blue 173

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

Shades of Reef #DEFAAD

Tints of Reef #DEFAAD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 26.82%

R = 34.42%
G = 38.76%
B = 26.82%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#DEFAAD (or 0xDEFAAD) is known color: Reef. HEX triplet: DE, FA and AD. RGB value is (222,250,173). Sum of RGB (Red+Green+Blue) = 222+250+173=645 (85% of max value = 765). Red value is 222 (87.11% from 255 or 34.42% from 645); Green value is 250 (98.05% from 255 or 38.76% from 645); Blue value is 173 (67.97% from 255 or 26.82% from 645); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAAD is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAAD is #210552. Grayscale: #E9E9E9. Windows color (decimal): -2164051 or 11401950. OLE color: 11401950.

HSL color Cylindrical-coordinate representation of color #DEFAAD: hue angle of 81.82º degrees, saturation: 0.89, 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 #DEFAAD is Cyan = 0.11, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.

Color convert

RGB 222 250 173 -
CMYK 0.11 0 0.31 0.02
HSL 81.82º 0.89% 0.83% -
HSV(B) 81.82º 0.31% 0.98% -
XYZ 71.85 86.92 52.52 -
YUV 232.85 94.22 120.26 -
System Red Green Blue C M Y K H S L
Decimal 222 250 173 0.11 0 0.31 0.02 81.82 0.89 0.83
Hex DE FA AD B 0 1F 2 52 59 53
Octal 336 372 255 13 0 37 2 122 131 123
Binary 11011110 11111010 10101101 1011 0 11111 10 1010010 1011001 1010011

Color Harmonies of #DEFAAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAAD

Black with #DEFAAD

Text Example


Text Example

White with #DEFAAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAAD; }

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

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

background-color css

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

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

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

border-color css

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

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

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