Html Css Color HEX #DFCBCC Pale Rose

📋 copy color: '#DFCBCC'

red 223 ◦ green 203 ◦ blue 204

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

Shades of Pale Rose #DFCBCC

Tints of Pale Rose #DFCBCC

RGB

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

 GREEN value IS 203 (79.69% from 255) = 32.22%

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

R = 35.4%
G = 32.22%
B = 32.38%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#DFCBCC (or 0xDFCBCC) is known color: Pale Rose. HEX triplet: DF, CB and CC. RGB value is (223,203,204). Sum of RGB (Red+Green+Blue) = 223+203+204=630 (83% of max value = 765). Red value is 223 (87.5% from 255 or 35.40% from 630); Green value is 203 (79.69% from 255 or 32.22% from 630); Blue value is 204 (80.08% from 255 or 32.38% from 630); Max value from RGB is 223 - color contains mainly: red. Hex color #DFCBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DFCBCC is #203433. Grayscale: #D1D1D1. Windows color (decimal): -2110516 or 13421535. OLE color: 13421535.

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

Color convert

RGB 223 203 204 -
CMYK 0 0.09 0.09 0.13
HSL 357º 0.24% 0.84% -
HSV(B) 357º 0.09% 0.87% -
XYZ 62.69 62.76 65.94 -
YUV 209.09 125.13 137.92 -
System Red Green Blue C M Y K H S L
Decimal 223 203 204 0 0.09 0.09 0.13 357 0.24 0.84
Hex DF CB CC 0 9 9 D 165 18 54
Octal 337 313 314 0 11 11 15 545 30 124
Binary 11011111 11001011 11001100 0 1001 1001 1101 101100101 11000 1010100

Color Harmonies of #DFCBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFCBCC

Black with #DFCBCC

Text Example


Text Example

White with #DFCBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFCBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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