Html Css Color HEX #CDC0BB Pale Slate

📋 copy color: '#CDC0BB'

red 205 ◦ green 192 ◦ blue 187

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

Shades of Pale Slate #CDC0BB

Tints of Pale Slate #CDC0BB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 32.88%

 BLUE value IS 187 (73.44% from 255) = 32.02%

R = 35.1%
G = 32.88%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.20

RGB Variations

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

Color information

#CDC0BB (or 0xCDC0BB) is known color: Pale Slate. HEX triplet: CD, C0 and BB. RGB value is (205,192,187). Sum of RGB (Red+Green+Blue) = 205+192+187=584 (77% of max value = 765). Red value is 205 (80.47% from 255 or 35.10% from 584); Green value is 192 (75.39% from 255 or 32.88% from 584); Blue value is 187 (73.44% from 255 or 32.02% from 584); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC0BB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC0BB is #323F44. Grayscale: #C3C3C3. Windows color (decimal): -3292997 or 12304589. OLE color: 12304589.

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

Color convert

RGB 205 192 187 -
CMYK 0 0.06 0.09 0.20
HSL 16.67º 0.15% 0.77% -
HSV(B) 16.67º 0.09% 0.8% -
XYZ 53 54.27 54.69 -
YUV 195.32 123.31 134.91 -
System Red Green Blue C M Y K H S L
Decimal 205 192 187 0 0.06 0.09 0.20 16.67 0.15 0.77
Hex CD C0 BB 0 6 9 14 11 F 4D
Octal 315 300 273 0 6 11 24 21 17 115
Binary 11001101 11000000 10111011 0 110 1001 10100 10001 1111 1001101

Color Harmonies of #CDC0BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC0BB

Black with #CDC0BB

Text Example


Text Example

White with #CDC0BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC0BB; }

 p { color: rgb(205,192,187); }

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

background-color css

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

 a { background-color: rgb(205,192,187); }

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

border-color css

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

 span { border-color: rgb(205,192,187); }

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