Html Css Color HEX #DDB2B3 Pale Chestnut

📋 copy color: '#DDB2B3'

red 221 ◦ green 178 ◦ blue 179

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

Shades of Pale Chestnut #DDB2B3

Tints of Pale Chestnut #DDB2B3

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.8%

 BLUE value IS 179 (70.31% from 255) = 30.97%

R = 38.24%
G = 30.8%
B = 30.97%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.19

 K value IS 0.13

RGB Variations

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

Color information

#DDB2B3 (or 0xDDB2B3) is known color: Pale Chestnut. HEX triplet: DD, B2 and B3. RGB value is (221,178,179). Sum of RGB (Red+Green+Blue) = 221+178+179=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 178 (69.92% from 255 or 30.80% from 578); Blue value is 179 (70.31% from 255 or 30.97% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB2B3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DDB2B3 is #224D4C. Grayscale: #BFBFBF. Windows color (decimal): -2248013 or 11776733. OLE color: 11776733.

HSL color Cylindrical-coordinate representation of color #DDB2B3: hue angle of 358.6º degrees, saturation: 0.39, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DDB2B3 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 178 179 -
CMYK 0 0.19 0.19 0.13
HSL 358.6º 0.39% 0.78% -
HSV(B) 358.6º 0.19% 0.87% -
XYZ 53.88 50.47 49.55 -
YUV 190.97 121.25 149.42 -
System Red Green Blue C M Y K H S L
Decimal 221 178 179 0 0.19 0.19 0.13 358.6 0.39 0.78
Hex DD B2 B3 0 13 13 D 167 27 4E
Octal 335 262 263 0 23 23 15 547 47 116
Binary 11011101 10110010 10110011 0 10011 10011 1101 101100111 100111 1001110

Color Harmonies of #DDB2B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDB2B3

Black with #DDB2B3

Text Example


Text Example

White with #DDB2B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDB2B3; }

 p { color: rgb(221,178,179); }

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

background-color css

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

 a { background-color: rgb(221,178,179); }

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

border-color css

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

 span { border-color: rgb(221,178,179); }

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