Html Css Color HEX #DDCADF Snuff

📋 copy color: '#DDCADF'

red 221 ◦ green 202 ◦ blue 223

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

Shades of Snuff #DDCADF

Tints of Snuff #DDCADF

RGB

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

 GREEN value IS 202 (79.3% from 255) = 31.27%

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

R = 34.21%
G = 31.27%
B = 34.52%

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

#DDCADF (or 0xDDCADF) is known color: Snuff. HEX triplet: DD, CA and DF. RGB value is (221,202,223). Sum of RGB (Red+Green+Blue) = 221+202+223=646 (85% of max value = 765). Red value is 221 (86.72% from 255 or 34.21% from 646); Green value is 202 (79.30% from 255 or 31.27% from 646); Blue value is 223 (87.5% from 255 or 34.52% from 646); Max value from RGB is 223 - color contains mainly: blue. Hex color #DDCADF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCADF is #223520. Grayscale: #D2D2D2. Windows color (decimal): -2241825 or 14666461. OLE color: 14666461.

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

Color convert

RGB 221 202 223 -
CMYK 0.01 0.09 0 0.13
HSL 294.29º 0.25% 0.83% -
HSV(B) 294.29º 0.09% 0.87% -
XYZ 64.26 62.94 78.57 -
YUV 210.08 135.29 135.79 -
System Red Green Blue C M Y K H S L
Decimal 221 202 223 0.01 0.09 0 0.13 294.29 0.25 0.83
Hex DD CA DF 1 9 0 D 126 19 53
Octal 335 312 337 1 11 0 15 446 31 123
Binary 11011101 11001010 11011111 1 1001 0 1101 100100110 11001 1010011

Color Harmonies of #DDCADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCADF

Black with #DDCADF

Text Example


Text Example

White with #DDCADF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCADF; }

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

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

background-color css

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

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

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

border-color css

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

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

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