Html Css Color HEX #DDEDB0 Tusk

📋 copy color: '#DDEDB0'

red 221 ◦ green 237 ◦ blue 176

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

Shades of Tusk #DDEDB0

Tints of Tusk #DDEDB0

RGB

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

 GREEN value IS 237 (92.97% from 255) = 37.38%

 BLUE value IS 176 (69.14% from 255) = 27.76%

R = 34.86%
G = 37.38%
B = 27.76%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.26

 K value IS 0.07

RGB Variations

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

Color information

#DDEDB0 (or 0xDDEDB0) is known color: Tusk. HEX triplet: DD, ED and B0. RGB value is (221,237,176). Sum of RGB (Red+Green+Blue) = 221+237+176=634 (83% of max value = 765). Red value is 221 (86.72% from 255 or 34.86% from 634); Green value is 237 (92.97% from 255 or 37.38% from 634); Blue value is 176 (69.14% from 255 or 27.76% from 634); Max value from RGB is 237 - color contains mainly: green. Hex color #DDEDB0 is not a web safe color. Web safe color analog (approx): #CCFF99. Inversed color of #DDEDB0 is #22124F. Grayscale: #E1E1E1. Windows color (decimal): -2232912 or 11595229. OLE color: 11595229.

HSL color Cylindrical-coordinate representation of color #DDEDB0: hue angle of 75.74º degrees, saturation: 0.63, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DDEDB0 is Cyan = 0.07, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.07.

Color convert

RGB 221 237 176 -
CMYK 0.07 0 0.26 0.07
HSL 75.74º 0.63% 0.81% -
HSV(B) 75.74º 0.26% 0.93% -
XYZ 67.94 79.08 52.76 -
YUV 225.26 100.2 124.96 -
System Red Green Blue C M Y K H S L
Decimal 221 237 176 0.07 0 0.26 0.07 75.74 0.63 0.81
Hex DD ED B0 7 0 1A 7 4C 3F 51
Octal 335 355 260 7 0 32 7 114 77 121
Binary 11011101 11101101 10110000 111 0 11010 111 1001100 111111 1010001

Color Harmonies of #DDEDB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDEDB0

Black with #DDEDB0

Text Example


Text Example

White with #DDEDB0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDEDB0; }

 p { color: rgb(221,237,176); }

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

background-color css

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

 a { background-color: rgb(221,237,176); }

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

border-color css

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

 span { border-color: rgb(221,237,176); }

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