Html Css Color HEX #D1CDC7 Westar

📋 copy color: '#D1CDC7'

red 209 ◦ green 205 ◦ blue 199

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

Shades of Westar #D1CDC7

Tints of Westar #D1CDC7

RGB

 RED value IS 209 (82.03% from 255) = 34.09%

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

 BLUE value IS 199 (78.13% from 255) = 32.46%

R = 34.09%
G = 33.44%
B = 32.46%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.18

RGB Variations

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

Color information

#D1CDC7 (or 0xD1CDC7) is known color: Westar. HEX triplet: D1, CD and C7. RGB value is (209,205,199). Sum of RGB (Red+Green+Blue) = 209+205+199=613 (81% of max value = 765). Red value is 209 (82.03% from 255 or 34.09% from 613); Green value is 205 (80.47% from 255 or 33.44% from 613); Blue value is 199 (78.12% from 255 or 32.46% from 613); Max value from RGB is 209 - color contains mainly: red. Hex color #D1CDC7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D1CDC7 is #2E3238. Grayscale: #CDCDCD. Windows color (decimal): -3027513 or 13094353. OLE color: 13094353.

HSL color Cylindrical-coordinate representation of color #D1CDC7: hue angle of 36º degrees, saturation: 0.1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D1CDC7 is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 205 199 -
CMYK 0 0.02 0.05 0.18
HSL 36º 0.1% 0.8% -
HSV(B) 36º 0.05% 0.82% -
XYZ 58.43 61.34 62.79 -
YUV 205.51 124.33 130.49 -
System Red Green Blue C M Y K H S L
Decimal 209 205 199 0 0.02 0.05 0.18 36 0.1 0.8
Hex D1 CD C7 0 2 5 12 24 A 50
Octal 321 315 307 0 2 5 22 44 12 120
Binary 11010001 11001101 11000111 0 10 101 10010 100100 1010 1010000

Color Harmonies of #D1CDC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1CDC7

Black with #D1CDC7

Text Example


Text Example

White with #D1CDC7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1CDC7; }

 p { color: rgb(209,205,199); }

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

background-color css

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

 a { background-color: rgb(209,205,199); }

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

border-color css

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

 span { border-color: rgb(209,205,199); }

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