Html Css Color HEX #DDCEDD Snuff

📋 copy color: '#DDCEDD'

red 221 ◦ green 206 ◦ blue 221

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

Shades of Snuff #DDCEDD

Tints of Snuff #DDCEDD

RGB

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

 GREEN value IS 206 (80.86% from 255) = 31.79%

 BLUE value IS 221 (86.72% from 255) = 34.1%

R = 34.1%
G = 31.79%
B = 34.1%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDCEDD (or 0xDDCEDD) is known color: Snuff. HEX triplet: DD, CE and DD. RGB value is (221,206,221). Sum of RGB (Red+Green+Blue) = 221+206+221=648 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.10% from 648); Green value is 206 (80.86% from 255 or 31.79% from 648); Blue value is 221 (86.72% from 255 or 34.10% from 648); Max value from RGB is 221 - color contains mainly: red, blue. Hex color #DDCEDD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEDD is #223122. Grayscale: #D4D4D4. Windows color (decimal): -2240803 or 14536413. OLE color: 14536413.

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

Color convert

RGB 221 206 221 -
CMYK 0 0.07 0 0.13
HSL 300º 0.18% 0.84% -
HSV(B) 300º 0.07% 0.87% -
XYZ 64.94 64.74 77.48 -
YUV 212.2 132.97 134.28 -
System Red Green Blue C M Y K H S L
Decimal 221 206 221 0 0.07 0 0.13 300 0.18 0.84
Hex DD CE DD 0 7 0 D 12C 12 54
Octal 335 316 335 0 7 0 15 454 22 124
Binary 11011101 11001110 11011101 0 111 0 1101 100101100 10010 1010100

Color Harmonies of #DDCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEDD

Black with #DDCEDD

Text Example


Text Example

White with #DDCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEDD; }

 p { color: rgb(221,206,221); }

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

background-color css

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

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

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

border-color css

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

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

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