Html Css Color HEX #CDBEB2 Pale Slate

📋 copy color: '#CDBEB2'

red 205 ◦ green 190 ◦ blue 178

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

Shades of Pale Slate #CDBEB2

Tints of Pale Slate #CDBEB2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.16%

 BLUE value IS 178 (69.92% from 255) = 31.06%

R = 35.78%
G = 33.16%
B = 31.06%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.13

 K value IS 0.20

RGB Variations

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

Color information

#CDBEB2 (or 0xCDBEB2) is known color: Pale Slate. HEX triplet: CD, BE and B2. RGB value is (205,190,178). Sum of RGB (Red+Green+Blue) = 205+190+178=573 (75% of max value = 765). Red value is 205 (80.47% from 255 or 35.78% from 573); Green value is 190 (74.61% from 255 or 33.16% from 573); Blue value is 178 (69.92% from 255 or 31.06% from 573); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBEB2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #CDBEB2 is #32414D. Grayscale: #C1C1C1. Windows color (decimal): -3293518 or 11714253. OLE color: 11714253.

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

Color convert

RGB 205 190 178 -
CMYK 0 0.07 0.13 0.20
HSL 26.67º 0.21% 0.75% -
HSV(B) 26.67º 0.13% 0.8% -
XYZ 51.63 53.02 49.63 -
YUV 193.12 119.47 136.48 -
System Red Green Blue C M Y K H S L
Decimal 205 190 178 0 0.07 0.13 0.20 26.67 0.21 0.75
Hex CD BE B2 0 7 D 14 1B 15 4B
Octal 315 276 262 0 7 15 24 33 25 113
Binary 11001101 10111110 10110010 0 111 1101 10100 11011 10101 1001011

Color Harmonies of #CDBEB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBEB2

Black with #CDBEB2

Text Example


Text Example

White with #CDBEB2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBEB2; }

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

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

background-color css

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

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

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

border-color css

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

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

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