Html Css Color HEX #DEFAB2 Reef

📋 copy color: '#DEFAB2'

red 222 ◦ green 250 ◦ blue 178

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

Shades of Reef #DEFAB2

Tints of Reef #DEFAB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 27.38%

R = 34.15%
G = 38.46%
B = 27.38%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.29

 K value IS 0.02

RGB Variations

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

Color information

#DEFAB2 (or 0xDEFAB2) is known color: Reef. HEX triplet: DE, FA and B2. RGB value is (222,250,178). Sum of RGB (Red+Green+Blue) = 222+250+178=650 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.15% from 650); Green value is 250 (98.05% from 255 or 38.46% from 650); Blue value is 178 (69.92% from 255 or 27.38% from 650); Max value from RGB is 250 - color contains mainly: green. Hex color #DEFAB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFAB2 is #21054D. Grayscale: #E9E9E9. Windows color (decimal): -2164046 or 11729630. OLE color: 11729630.

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

Color convert

RGB 222 250 178 -
CMYK 0.11 0 0.29 0.02
HSL 83.33º 0.88% 0.84% -
HSV(B) 83.33º 0.29% 0.98% -
XYZ 72.35 87.12 55.12 -
YUV 233.42 96.72 119.85 -
System Red Green Blue C M Y K H S L
Decimal 222 250 178 0.11 0 0.29 0.02 83.33 0.88 0.84
Hex DE FA B2 B 0 1D 2 53 58 54
Octal 336 372 262 13 0 35 2 123 130 124
Binary 11011110 11111010 10110010 1011 0 11101 10 1010011 1011000 1010100

Color Harmonies of #DEFAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFAB2

Black with #DEFAB2

Text Example


Text Example

White with #DEFAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFAB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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