Html Css Color HEX #DDCEDF Snuff

📋 copy color: '#DDCEDF'

red 221 ◦ green 206 ◦ blue 223

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

Shades of Snuff #DDCEDF

Tints of Snuff #DDCEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.31%

R = 34%
G = 31.69%
B = 34.31%

CMYK

 C value IS 0.01

 M value IS 0.08

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDCEDF (or 0xDDCEDF) is known color: Snuff. HEX triplet: DD, CE and DF. RGB value is (221,206,223). Sum of RGB (Red+Green+Blue) = 221+206+223=650 (86% of max value = 765). Red value is 221 (86.72% from 255 or 34% from 650); Green value is 206 (80.86% from 255 or 31.69% from 650); Blue value is 223 (87.5% from 255 or 34.31% from 650); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCEDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCEDF is #223120. Grayscale: #D4D4D4. Windows color (decimal): -2240801 or 14667485. OLE color: 14667485.

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

Color convert

RGB 221 206 223 -
CMYK 0.01 0.08 0 0.13
HSL 292.94º 0.21% 0.84% -
HSV(B) 292.94º 0.08% 0.87% -
XYZ 65.21 64.84 78.89 -
YUV 212.42 133.97 134.12 -
System Red Green Blue C M Y K H S L
Decimal 221 206 223 0.01 0.08 0 0.13 292.94 0.21 0.84
Hex DD CE DF 1 8 0 D 125 15 54
Octal 335 316 337 1 10 0 15 445 25 124
Binary 11011101 11001110 11011111 1 1000 0 1101 100100101 10101 1010100

Color Harmonies of #DDCEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCEDF

Black with #DDCEDF

Text Example


Text Example

White with #DDCEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCEDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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