Html Css Color HEX #DEEBA0 Reef

📋 copy color: '#DEEBA0'

red 222 ◦ green 235 ◦ blue 160

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

Shades of Reef #DEEBA0

Tints of Reef #DEEBA0

RGB

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

 GREEN value IS 235 (92.19% from 255) = 38.09%

 BLUE value IS 160 (62.89% from 255) = 25.93%

R = 35.98%
G = 38.09%
B = 25.93%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.32

 K value IS 0.08

RGB Variations

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

Color information

#DEEBA0 (or 0xDEEBA0) is known color: Reef. HEX triplet: DE, EB and A0. RGB value is (222,235,160). Sum of RGB (Red+Green+Blue) = 222+235+160=617 (81% of max value = 765). Red value is 222 (87.11% from 255 or 35.98% from 617); Green value is 235 (92.19% from 255 or 38.09% from 617); Blue value is 160 (62.89% from 255 or 25.93% from 617); Max value from RGB is 235 - color contains mainly: green. Hex color #DEEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DEEBA0 is #21145F. Grayscale: #DEDEDE. Windows color (decimal): -2167904 or 10546142. OLE color: 10546142.

HSL color Cylindrical-coordinate representation of color #DEEBA0: hue angle of 70.4º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DEEBA0 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 222 235 160 -
CMYK 0.06 0 0.32 0.08
HSL 70.4º 0.65% 0.77% -
HSV(B) 70.4º 0.32% 0.92% -
XYZ 66.18 77.48 44.73 -
YUV 222.56 92.69 127.6 -
System Red Green Blue C M Y K H S L
Decimal 222 235 160 0.06 0 0.32 0.08 70.4 0.65 0.77
Hex DE EB A0 6 0 20 8 46 41 4D
Octal 336 353 240 6 0 40 10 106 101 115
Binary 11011110 11101011 10100000 110 0 100000 1000 1000110 1000001 1001101

Color Harmonies of #DEEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEEBA0

Black with #DEEBA0

Text Example


Text Example

White with #DEEBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEEBA0; }

 p { color: rgb(222,235,160); }

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

background-color css

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

 a { background-color: rgb(222,235,160); }

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

border-color css

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

 span { border-color: rgb(222,235,160); }

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