Html Css Color HEX #DDEBAB Tusk

📋 copy color: '#DDEBAB'

red 221 ◦ green 235 ◦ blue 171

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

Shades of Tusk #DDEBAB

Tints of Tusk #DDEBAB

RGB

 RED value IS 221 (86.72% from 255) = 35.25%

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

 BLUE value IS 171 (67.19% from 255) = 27.27%

R = 35.25%
G = 37.48%
B = 27.27%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.27

 K value IS 0.08

RGB Variations

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

Color information

#DDEBAB (or 0xDDEBAB) is known color: Tusk. HEX triplet: DD, EB and AB. RGB value is (221,235,171). Sum of RGB (Red+Green+Blue) = 221+235+171=627 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.25% from 627); Green value is 235 (92.19% from 255 or 37.48% from 627); Blue value is 171 (67.19% from 255 or 27.27% from 627); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBAB is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBAB is #221454. Grayscale: #DFDFDF. Windows color (decimal): -2233429 or 11267037. OLE color: 11267037.

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

Color convert

RGB 221 235 171 -
CMYK 0.06 0 0.27 0.08
HSL 73.13º 0.62% 0.8% -
HSV(B) 73.13º 0.27% 0.92% -
XYZ 66.88 77.73 50.01 -
YUV 223.52 98.36 126.2 -
System Red Green Blue C M Y K H S L
Decimal 221 235 171 0.06 0 0.27 0.08 73.13 0.62 0.8
Hex DD EB AB 6 0 1B 8 49 3E 50
Octal 335 353 253 6 0 33 10 111 76 120
Binary 11011101 11101011 10101011 110 0 11011 1000 1001001 111110 1010000

Color Harmonies of #DDEBAB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBAB

Black with #DDEBAB

Text Example


Text Example

White with #DDEBAB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBAB; }

 p { color: rgb(221,235,171); }

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

background-color css

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

 a { background-color: rgb(221,235,171); }

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

border-color css

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

 span { border-color: rgb(221,235,171); }

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