Html Css Color HEX #DDCCCD Pale Rose

📋 copy color: '#DDCCCD'

red 221 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #DDCCCD

Tints of Pale Rose #DDCCCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 32.54%

R = 35.08%
G = 32.38%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#DDCCCD (or 0xDDCCCD) is known color: Pale Rose. HEX triplet: DD, CC and CD. RGB value is (221,204,205). Sum of RGB (Red+Green+Blue) = 221+204+205=630 (83% of max value = 765). Red value is 221 (86.72% from 255 or 35.08% from 630); Green value is 204 (80.08% from 255 or 32.38% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 221 - color contains mainly: red. Hex color #DDCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DDCCCD is #223332. Grayscale: #D1D1D1. Windows color (decimal): -2241331 or 13487325. OLE color: 13487325.

HSL color Cylindrical-coordinate representation of color #DDCCCD: hue angle of 356.47º 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 #DDCCCD is Cyan = 0, Magento = 0.08, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 204 205 -
CMYK 0 0.08 0.07 0.13
HSL 356.47º 0.2% 0.83% -
HSV(B) 356.47º 0.08% 0.87% -
XYZ 62.43 62.97 66.62 -
YUV 209.2 125.63 136.42 -
System Red Green Blue C M Y K H S L
Decimal 221 204 205 0 0.08 0.07 0.13 356.47 0.2 0.83
Hex DD CC CD 0 8 7 D 164 14 53
Octal 335 314 315 0 10 7 15 544 24 123
Binary 11011101 11001100 11001101 0 1000 111 1101 101100100 10100 1010011

Color Harmonies of #DDCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDCCCD

Black with #DDCCCD

Text Example


Text Example

White with #DDCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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