Html Css Color HEX #DEFEB0 Reef

📋 copy color: '#DEFEB0'

red 222 ◦ green 254 ◦ blue 176

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

Shades of Reef #DEFEB0

Tints of Reef #DEFEB0

RGB

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

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

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

R = 34.05%
G = 38.96%
B = 26.99%

CMYK

 C value IS 0.13

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#DEFEB0 (or 0xDEFEB0) is known color: Reef. HEX triplet: DE, FE and B0. RGB value is (222,254,176). Sum of RGB (Red+Green+Blue) = 222+254+176=652 (86% of max value = 765). Red value is 222 (87.11% from 255 or 34.05% from 652); Green value is 254 (99.61% from 255 or 38.96% from 652); Blue value is 176 (69.14% from 255 or 26.99% from 652); Max value from RGB is 254 - color contains mainly: green. Hex color #DEFEB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEFEB0 is #21014F. Grayscale: #EBEBEB. Windows color (decimal): -2163024 or 11599582. OLE color: 11599582.

HSL color Cylindrical-coordinate representation of color #DEFEB0: hue angle of 84.62º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DEFEB0 is Cyan = 0.13, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 222 254 176 -
CMYK 0.13 0 0.31 0.00
HSL 84.62º 0.98% 0.84% -
HSV(B) 84.62º 0.31% 1% -
XYZ 73.4 89.55 54.49 -
YUV 235.54 94.4 118.34 -
System Red Green Blue C M Y K H S L
Decimal 222 254 176 0.13 0 0.31 0.00 84.62 0.98 0.84
Hex DE FE B0 D 0 1F 0 55 62 54
Octal 336 376 260 15 0 37 0 125 142 124
Binary 11011110 11111110 10110000 1101 0 11111 0 1010101 1100010 1010100

Color Harmonies of #DEFEB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEFEB0

Black with #DEFEB0

Text Example


Text Example

White with #DEFEB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEFEB0; }

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

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

background-color css

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

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

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

border-color css

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

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

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