Html Css Color HEX #CDC3BE Pale Slate

📋 copy color: '#CDC3BE'

red 205 ◦ green 195 ◦ blue 190

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

Shades of Pale Slate #CDC3BE

Tints of Pale Slate #CDC3BE

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.05%

 BLUE value IS 190 (74.61% from 255) = 32.2%

R = 34.75%
G = 33.05%
B = 32.2%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.07

 K value IS 0.20

RGB Variations

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

Color information

#CDC3BE (or 0xCDC3BE) is known color: Pale Slate. HEX triplet: CD, C3 and BE. RGB value is (205,195,190). Sum of RGB (Red+Green+Blue) = 205+195+190=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 195 (76.56% from 255 or 33.05% from 590); Blue value is 190 (74.61% from 255 or 32.20% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC3BE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC3BE is #323C41. Grayscale: #C5C5C5. Windows color (decimal): -3292226 or 12501965. OLE color: 12501965.

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

Color convert

RGB 205 195 190 -
CMYK 0 0.05 0.07 0.20
HSL 20º 0.13% 0.77% -
HSV(B) 20º 0.07% 0.8% -
XYZ 53.99 55.73 56.63 -
YUV 197.42 123.81 133.41 -
System Red Green Blue C M Y K H S L
Decimal 205 195 190 0 0.05 0.07 0.20 20 0.13 0.77
Hex CD C3 BE 0 5 7 14 14 D 4D
Octal 315 303 276 0 5 7 24 24 15 115
Binary 11001101 11000011 10111110 0 101 111 10100 10100 1101 1001101

Color Harmonies of #CDC3BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC3BE

Black with #CDC3BE

Text Example


Text Example

White with #CDC3BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC3BE; }

 p { color: rgb(205,195,190); }

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

background-color css

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

 a { background-color: rgb(205,195,190); }

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

border-color css

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

 span { border-color: rgb(205,195,190); }

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