Html Css Color HEX #DDCBDF Snuff

📋 copy color: '#DDCBDF'

red 221 ◦ green 203 ◦ blue 223

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

Shades of Snuff #DDCBDF

Tints of Snuff #DDCBDF

RGB

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

 GREEN value IS 203 (79.69% from 255) = 31.38%

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

R = 34.16%
G = 31.38%
B = 34.47%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#DDCBDF (or 0xDDCBDF) is known color: Snuff. HEX triplet: DD, CB and DF. RGB value is (221,203,223). Sum of RGB (Red+Green+Blue) = 221+203+223=647 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.16% from 647); Green value is 203 (79.69% from 255 or 31.38% from 647); Blue value is 223 (87.5% from 255 or 34.47% from 647); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCBDF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCBDF is #223420. Grayscale: #D2D2D2. Windows color (decimal): -2241569 or 14666717. OLE color: 14666717.

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

Color convert

RGB 221 203 223 -
CMYK 0.01 0.09 0 0.13
HSL 294º 0.24% 0.84% -
HSV(B) 294º 0.09% 0.87% -
XYZ 64.49 63.41 78.65 -
YUV 210.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 221 203 223 0.01 0.09 0 0.13 294 0.24 0.84
Hex DD CB DF 1 9 0 D 126 18 54
Octal 335 313 337 1 11 0 15 446 30 124
Binary 11011101 11001011 11011111 1 1001 0 1101 100100110 11000 1010100

Color Harmonies of #DDCBDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCBDF

Black with #DDCBDF

Text Example


Text Example

White with #DDCBDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCBDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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