Html Css Color HEX #DCEBB4 Tusk

📋 copy color: '#DCEBB4'

red 220 ◦ green 235 ◦ blue 180

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

Shades of Tusk #DCEBB4

Tints of Tusk #DCEBB4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 28.35%

R = 34.65%
G = 37.01%
B = 28.35%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.23

 K value IS 0.08

RGB Variations

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

Color information

#DCEBB4 (or 0xDCEBB4) is known color: Tusk. HEX triplet: DC, EB and B4. RGB value is (220,235,180). Sum of RGB (Red+Green+Blue) = 220+235+180=635 (84% of max value = 765). Red value is 220 (86.33% from 255 or 34.65% from 635); Green value is 235 (92.19% from 255 or 37.01% from 635); Blue value is 180 (70.70% from 255 or 28.35% from 635); Max value from RGB is 235 - color contains mainly: green. Hex color #DCEBB4 is not a web safe color. Web safe color analog (approx): #CCFFCC. Inversed color of #DCEBB4 is #23144B. Grayscale: #E0E0E0. Windows color (decimal): -2298956 or 11856860. OLE color: 11856860.

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

Color convert

RGB 220 235 180 -
CMYK 0.06 0 0.23 0.08
HSL 76.36º 0.58% 0.81% -
HSV(B) 76.36º 0.23% 0.92% -
XYZ 67.46 77.93 54.67 -
YUV 224.25 103.03 124.97 -
System Red Green Blue C M Y K H S L
Decimal 220 235 180 0.06 0 0.23 0.08 76.36 0.58 0.81
Hex DC EB B4 6 0 17 8 4C 3A 51
Octal 334 353 264 6 0 27 10 114 72 121
Binary 11011100 11101011 10110100 110 0 10111 1000 1001100 111010 1010001

Color Harmonies of #DCEBB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCEBB4

Black with #DCEBB4

Text Example


Text Example

White with #DCEBB4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCEBB4; }

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

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

background-color css

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

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

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

border-color css

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

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

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