Html Css Color HEX #CDC1BC Pale Slate

📋 copy color: '#CDC1BC'

red 205 ◦ green 193 ◦ blue 188

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

Shades of Pale Slate #CDC1BC

Tints of Pale Slate #CDC1BC

RGB

 RED value IS 205 (80.47% from 255) = 34.98%

 GREEN value IS 193 (75.78% from 255) = 32.94%

 BLUE value IS 188 (73.83% from 255) = 32.08%

R = 34.98%
G = 32.94%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.20

RGB Variations

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

Color information

#CDC1BC (or 0xCDC1BC) is known color: Pale Slate. HEX triplet: CD, C1 and BC. RGB value is (205,193,188). Sum of RGB (Red+Green+Blue) = 205+193+188=586 (77% of max value = 765). Red value is 205 (80.47% from 255 or 34.98% from 586); Green value is 193 (75.78% from 255 or 32.94% from 586); Blue value is 188 (73.83% from 255 or 32.08% from 586); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC1BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC1BC is #323E43. Grayscale: #C4C4C4. Windows color (decimal): -3292740 or 12370381. OLE color: 12370381.

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

Color convert

RGB 205 193 188 -
CMYK 0 0.06 0.08 0.20
HSL 17.65º 0.15% 0.77% -
HSV(B) 17.65º 0.08% 0.8% -
XYZ 53.32 54.75 55.33 -
YUV 196.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 205 193 188 0 0.06 0.08 0.20 17.65 0.15 0.77
Hex CD C1 BC 0 6 8 14 12 F 4D
Octal 315 301 274 0 6 10 24 22 17 115
Binary 11001101 11000001 10111100 0 110 1000 10100 10010 1111 1001101

Color Harmonies of #CDC1BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC1BC

Black with #CDC1BC

Text Example


Text Example

White with #CDC1BC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC1BC; }

 p { color: rgb(205,193,188); }

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

background-color css

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

 a { background-color: rgb(205,193,188); }

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

border-color css

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

 span { border-color: rgb(205,193,188); }

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