Html Css Color HEX #DCCCCD Pale Rose

📋 copy color: '#DCCCCD'

red 220 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #DCCCCD

Tints of Pale Rose #DCCCCD

RGB

 RED value IS 220 (86.33% from 255) = 34.98%

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

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

R = 34.98%
G = 32.43%
B = 32.59%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.14

RGB Variations

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

Color information

#DCCCCD (or 0xDCCCCD) is known color: Pale Rose. HEX triplet: DC, CC and CD. RGB value is (220,204,205). Sum of RGB (Red+Green+Blue) = 220+204+205=629 (83% of max value = 765). Red value is 220 (86.33% from 255 or 34.98% from 629); Green value is 204 (80.08% from 255 or 32.43% from 629); Blue value is 205 (80.47% from 255 or 32.59% from 629); Max value from RGB is 220 - color contains mainly: red. Hex color #DCCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DCCCCD is #233332. Grayscale: #D0D0D0. Windows color (decimal): -2306867 or 13487324. OLE color: 13487324.

HSL color Cylindrical-coordinate representation of color #DCCCCD: hue angle of 356.25º degrees, saturation: 0.19, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #DCCCCD is Cyan = 0, Magento = 0.07, Yellow = 0.07 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 204 205 -
CMYK 0 0.07 0.07 0.14
HSL 356.25º 0.19% 0.83% -
HSV(B) 356.25º 0.07% 0.86% -
XYZ 62.13 62.81 66.61 -
YUV 208.9 125.8 135.92 -
System Red Green Blue C M Y K H S L
Decimal 220 204 205 0 0.07 0.07 0.14 356.25 0.19 0.83
Hex DC CC CD 0 7 7 E 164 13 53
Octal 334 314 315 0 7 7 16 544 23 123
Binary 11011100 11001100 11001101 0 111 111 1110 101100100 10011 1010011

Color Harmonies of #DCCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DCCCCD

Black with #DCCCCD

Text Example


Text Example

White with #DCCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DCCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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