Html Css Color HEX #DBCCCD Pale Rose

📋 copy color: '#DBCCCD'

red 219 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #DBCCCD

Tints of Pale Rose #DBCCCD

RGB

 RED value IS 219 (85.94% from 255) = 34.87%

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

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

R = 34.87%
G = 32.48%
B = 32.64%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.06

 K value IS 0.14

RGB Variations

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

Color information

#DBCCCD (or 0xDBCCCD) is known color: Pale Rose. HEX triplet: DB, CC and CD. RGB value is (219,204,205). Sum of RGB (Red+Green+Blue) = 219+204+205=628 (83% of max value = 765). Red value is 219 (85.94% from 255 or 34.87% from 628); Green value is 204 (80.08% from 255 or 32.48% from 628); Blue value is 205 (80.47% from 255 or 32.64% from 628); Max value from RGB is 219 - color contains mainly: red. Hex color #DBCCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBCCCD is #243332. Grayscale: #D0D0D0. Windows color (decimal): -2372403 or 13487323. OLE color: 13487323.

HSL color Cylindrical-coordinate representation of color #DBCCCD: hue angle of 356º degrees, saturation: 0.17, 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 #DBCCCD is Cyan = 0, Magento = 0.07, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 204 205 -
CMYK 0 0.07 0.06 0.14
HSL 356º 0.17% 0.83% -
HSV(B) 356º 0.07% 0.86% -
XYZ 61.83 62.65 66.59 -
YUV 208.6 125.97 135.42 -
System Red Green Blue C M Y K H S L
Decimal 219 204 205 0 0.07 0.06 0.14 356 0.17 0.83
Hex DB CC CD 0 7 6 E 164 11 53
Octal 333 314 315 0 7 6 16 544 21 123
Binary 11011011 11001100 11001101 0 111 110 1110 101100100 10001 1010011

Color Harmonies of #DBCCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DBCCCD

Black with #DBCCCD

Text Example


Text Example

White with #DBCCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DBCCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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