Html Css Color HEX #D9CDCE Pale Rose

📋 copy color: '#D9CDCE'

red 217 ◦ green 205 ◦ blue 206

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

Shades of Pale Rose #D9CDCE

Tints of Pale Rose #D9CDCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 32.8%

R = 34.55%
G = 32.64%
B = 32.8%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#D9CDCE (or 0xD9CDCE) is known color: Pale Rose. HEX triplet: D9, CD and CE. RGB value is (217,205,206). Sum of RGB (Red+Green+Blue) = 217+205+206=628 (83% of max value = 765). Red value is 217 (85.16% from 255 or 34.55% from 628); Green value is 205 (80.47% from 255 or 32.64% from 628); Blue value is 206 (80.86% from 255 or 32.80% from 628); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CDCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CDCE is #263231. Grayscale: #D0D0D0. Windows color (decimal): -2503218 or 13553113. OLE color: 13553113.

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

Color convert

RGB 217 205 206 -
CMYK 0 0.06 0.05 0.15
HSL 355º 0.14% 0.83% -
HSV(B) 355º 0.06% 0.85% -
XYZ 61.59 62.87 67.28 -
YUV 208.7 126.48 133.92 -
System Red Green Blue C M Y K H S L
Decimal 217 205 206 0 0.06 0.05 0.15 355 0.14 0.83
Hex D9 CD CE 0 6 5 F 163 E 53
Octal 331 315 316 0 6 5 17 543 16 123
Binary 11011001 11001101 11001110 0 110 101 1111 101100011 1110 1010011

Color Harmonies of #D9CDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9CDCE

Black with #D9CDCE

Text Example


Text Example

White with #D9CDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9CDCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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