Html Css Color HEX #DFCCCD Pale Rose

📋 copy color: '#DFCCCD'

red 223 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #DFCCCD

Tints of Pale Rose #DFCCCD

RGB

 RED value IS 223 (87.5% from 255) = 35.28%

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

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

R = 35.28%
G = 32.28%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#DFCCCD (or 0xDFCCCD) is known color: Pale Rose. HEX triplet: DF, CC and CD. RGB value is (223,204,205). Sum of RGB (Red+Green+Blue) = 223+204+205=632 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.28% from 632); Green value is 204 (80.08% from 255 or 32.28% from 632); Blue value is 205 (80.47% from 255 or 32.44% from 632); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCCCD is #203332. Grayscale: #D1D1D1. Windows color (decimal): -2110259 or 13487327. OLE color: 13487327.

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

Color convert

RGB 223 204 205 -
CMYK 0 0.09 0.08 0.13
HSL 356.84º 0.23% 0.84% -
HSV(B) 356.84º 0.09% 0.87% -
XYZ 63.04 63.28 66.65 -
YUV 209.8 125.29 137.42 -
System Red Green Blue C M Y K H S L
Decimal 223 204 205 0 0.09 0.08 0.13 356.84 0.23 0.84
Hex DF CC CD 0 9 8 D 165 17 54
Octal 337 314 315 0 11 10 15 545 27 124
Binary 11011111 11001100 11001101 0 1001 1000 1101 101100101 10111 1010100

Color Harmonies of #DFCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCCCD

Black with #DFCCCD

Text Example


Text Example

White with #DFCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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