Html Css Color HEX #DDEBAF Tusk

📋 copy color: '#DDEBAF'

red 221 ◦ green 235 ◦ blue 175

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

Shades of Tusk #DDEBAF

Tints of Tusk #DDEBAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 27.73%

R = 35.02%
G = 37.24%
B = 27.73%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.26

 K value IS 0.08

RGB Variations

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

Color information

#DDEBAF (or 0xDDEBAF) is known color: Tusk. HEX triplet: DD, EB and AF. RGB value is (221,235,175). Sum of RGB (Red+Green+Blue) = 221+235+175=631 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.02% from 631); Green value is 235 (92.19% from 255 or 37.24% from 631); Blue value is 175 (68.75% from 255 or 27.73% from 631); Max value from RGB is 235 - color contains mainly: green. Hex color #DDEBAF is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEBAF is #221450. Grayscale: #E0E0E0. Windows color (decimal): -2233425 or 11529181. OLE color: 11529181.

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

Color convert

RGB 221 235 175 -
CMYK 0.06 0 0.26 0.08
HSL 74º 0.6% 0.8% -
HSV(B) 74º 0.26% 0.92% -
XYZ 67.26 77.88 52.05 -
YUV 223.97 100.36 125.88 -
System Red Green Blue C M Y K H S L
Decimal 221 235 175 0.06 0 0.26 0.08 74 0.6 0.8
Hex DD EB AF 6 0 1A 8 4A 3C 50
Octal 335 353 257 6 0 32 10 112 74 120
Binary 11011101 11101011 10101111 110 0 11010 1000 1001010 111100 1010000

Color Harmonies of #DDEBAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEBAF

Black with #DDEBAF

Text Example


Text Example

White with #DDEBAF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEBAF; }

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

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

background-color css

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

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

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

border-color css

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

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

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