Html Css Color HEX #DCEBA0 Reef

📋 copy color: '#DCEBA0'

red 220 ◦ green 235 ◦ blue 160

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

Shades of Reef #DCEBA0

Tints of Reef #DCEBA0

RGB

 RED value IS 220 (86.33% from 255) = 35.77%

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

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

R = 35.77%
G = 38.21%
B = 26.02%

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

#DCEBA0 (or 0xDCEBA0) is known color: Reef. HEX triplet: DC, EB and A0. RGB value is (220,235,160). Sum of RGB (Red+Green+Blue) = 220+235+160=615 (81% of max value = 765). Red value is 220 (86.33% from 255 or 35.77% from 615); Green value is 235 (92.19% from 255 or 38.21% from 615); Blue value is 160 (62.89% from 255 or 26.02% from 615); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBA0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DCEBA0 is #23145F. Grayscale: #DEDEDE. Windows color (decimal): -2298976 or 10546140. OLE color: 10546140.

HSL color Cylindrical-coordinate representation of color #DCEBA0: hue angle of 72º 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 #DCEBA0 is Cyan = 0.06, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB 220 235 160 -
CMYK 0.06 0 0.32 0.08
HSL 72º 0.65% 0.77% -
HSV(B) 72º 0.32% 0.92% -
XYZ 65.57 77.17 44.7 -
YUV 221.97 93.03 126.6 -
System Red Green Blue C M Y K H S L
Decimal 220 235 160 0.06 0 0.32 0.08 72 0.65 0.77
Hex DC EB A0 6 0 20 8 48 41 4D
Octal 334 353 240 6 0 40 10 110 101 115
Binary 11011100 11101011 10100000 110 0 100000 1000 1001000 1000001 1001101

Color Harmonies of #DCEBA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBA0

Black with #DCEBA0

Text Example


Text Example

White with #DCEBA0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBA0; }

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

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

background-color css

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

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

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

border-color css

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

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

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