Html Css Color HEX #DEFEB2 Reef

📋 copy color: '#DEFEB2'

red 222 ◦ green 254 ◦ blue 178

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

Shades of Reef #DEFEB2

Tints of Reef #DEFEB2

RGB

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

 GREEN value IS 254 (99.61% from 255) = 38.84%

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

R = 33.94%
G = 38.84%
B = 27.22%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.30

 K value IS 0.00

RGB Variations

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

Color information

#DEFEB2 (or 0xDEFEB2) is known color: Reef. HEX triplet: DE, FE and B2. RGB value is (222,254,178). Sum of RGB (Red+Green+Blue) = 222+254+178=654 (86% of max value = 765). Red value is 222 (87.11% from 255 or 33.94% from 654); Green value is 254 (99.61% from 255 or 38.84% from 654); Blue value is 178 (69.92% from 255 or 27.22% from 654); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEB2 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEB2 is #21014D. Grayscale: #ECECEC. Windows color (decimal): -2163022 or 11730654. OLE color: 11730654.

HSL color Cylindrical-coordinate representation of color #DEFEB2: hue angle of 85.26º degrees, saturation: 0.97, lightness: 0.85%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEFEB2 is Cyan = 0.13, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 254 178 -
CMYK 0.13 0 0.30 0.00
HSL 85.26º 0.97% 0.85% -
HSV(B) 85.26º 0.3% 1% -
XYZ 73.6 89.63 55.54 -
YUV 235.77 95.4 118.18 -
System Red Green Blue C M Y K H S L
Decimal 222 254 178 0.13 0 0.30 0.00 85.26 0.97 0.85
Hex DE FE B2 D 0 1E 0 55 61 55
Octal 336 376 262 15 0 36 0 125 141 125
Binary 11011110 11111110 10110010 1101 0 11110 0 1010101 1100001 1010101

Color Harmonies of #DEFEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFEB2

Black with #DEFEB2

Text Example


Text Example

White with #DEFEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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