Html Css Color HEX #DDCCD5 Prim

📋 copy color: '#DDCCD5'

red 221 ◦ green 204 ◦ blue 213

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

Shades of Prim #DDCCD5

Tints of Prim #DDCCD5

RGB

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

 GREEN value IS 204 (80.08% from 255) = 31.97%

 BLUE value IS 213 (83.59% from 255) = 33.39%

R = 34.64%
G = 31.97%
B = 33.39%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.04

 K value IS 0.13

RGB Variations

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

Color information

#DDCCD5 (or 0xDDCCD5) is known color: Prim. HEX triplet: DD, CC and D5. RGB value is (221,204,213). Sum of RGB (Red+Green+Blue) = 221+204+213=638 (84% of max value = 765). Red value is 221 (86.72% from 255 or 34.64% from 638); Green value is 204 (80.08% from 255 or 31.97% from 638); Blue value is 213 (83.59% from 255 or 33.39% from 638); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCD5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCD5 is #22332A. Grayscale: #D2D2D2. Windows color (decimal): -2241323 or 14011613. OLE color: 14011613.

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

Color convert

RGB 221 204 213 -
CMYK 0 0.08 0.04 0.13
HSL 328.24º 0.2% 0.83% -
HSV(B) 328.24º 0.08% 0.87% -
XYZ 63.42 63.36 71.84 -
YUV 210.11 129.63 135.77 -
System Red Green Blue C M Y K H S L
Decimal 221 204 213 0 0.08 0.04 0.13 328.24 0.2 0.83
Hex DD CC D5 0 8 4 D 148 14 53
Octal 335 314 325 0 10 4 15 510 24 123
Binary 11011101 11001100 11010101 0 1000 100 1101 101001000 10100 1010011

Color Harmonies of #DDCCD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCD5

Black with #DDCCD5

Text Example


Text Example

White with #DDCCD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCD5; }

 p { color: rgb(221,204,213); }

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

background-color css

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

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

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

border-color css

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

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

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