Html Css Color HEX #D9CCCD Pale Rose

📋 copy color: '#D9CCCD'

red 217 ◦ green 204 ◦ blue 205

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

Shades of Pale Rose #D9CCCD

Tints of Pale Rose #D9CCCD

RGB

 RED value IS 217 (85.16% from 255) = 34.66%

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

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

R = 34.66%
G = 32.59%
B = 32.75%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#D9CCCD (or 0xD9CCCD) is known color: Pale Rose. HEX triplet: D9, CC and CD. RGB value is (217,204,205). Sum of RGB (Red+Green+Blue) = 217+204+205=626 (82% of max value = 765). Red value is 217 (85.16% from 255 or 34.66% from 626); Green value is 204 (80.08% from 255 or 32.59% from 626); Blue value is 205 (80.47% from 255 or 32.75% from 626); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CCCD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CCCD is #263332. Grayscale: #D0D0D0. Windows color (decimal): -2503475 or 13487321. OLE color: 13487321.

HSL color Cylindrical-coordinate representation of color #D9CCCD: hue angle of 355.38º degrees, saturation: 0.15, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #D9CCCD is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 204 205 -
CMYK 0 0.06 0.06 0.15
HSL 355.38º 0.15% 0.83% -
HSV(B) 355.38º 0.06% 0.85% -
XYZ 61.23 62.35 66.56 -
YUV 208 126.31 134.42 -
System Red Green Blue C M Y K H S L
Decimal 217 204 205 0 0.06 0.06 0.15 355.38 0.15 0.83
Hex D9 CC CD 0 6 6 F 163 F 53
Octal 331 314 315 0 6 6 17 543 17 123
Binary 11011001 11001100 11001101 0 110 110 1111 101100011 1111 1010011

Color Harmonies of #D9CCCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CCCD

Black with #D9CCCD

Text Example


Text Example

White with #D9CCCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CCCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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