Html Css Color HEX #CEC2BD Pale Slate

📋 copy color: '#CEC2BD'

red 206 ◦ green 194 ◦ blue 189

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

Shades of Pale Slate #CEC2BD

Tints of Pale Slate #CEC2BD

RGB

 RED value IS 206 (80.86% from 255) = 34.97%

 GREEN value IS 194 (76.17% from 255) = 32.94%

 BLUE value IS 189 (74.22% from 255) = 32.09%

R = 34.97%
G = 32.94%
B = 32.09%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.08

 K value IS 0.19

RGB Variations

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

Color information

#CEC2BD (or 0xCEC2BD) is known color: Pale Slate. HEX triplet: CE, C2 and BD. RGB value is (206,194,189). Sum of RGB (Red+Green+Blue) = 206+194+189=589 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.97% from 589); Green value is 194 (76.17% from 255 or 32.94% from 589); Blue value is 189 (74.22% from 255 or 32.09% from 589); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC2BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC2BD is #313D42. Grayscale: #C5C5C5. Windows color (decimal): -3226947 or 12436174. OLE color: 12436174.

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

Color convert

RGB 206 194 189 -
CMYK 0 0.06 0.08 0.19
HSL 17.65º 0.15% 0.77% -
HSV(B) 17.65º 0.08% 0.81% -
XYZ 53.93 55.38 55.99 -
YUV 197.02 123.48 134.41 -
System Red Green Blue C M Y K H S L
Decimal 206 194 189 0 0.06 0.08 0.19 17.65 0.15 0.77
Hex CE C2 BD 0 6 8 13 12 F 4D
Octal 316 302 275 0 6 10 23 22 17 115
Binary 11001110 11000010 10111101 0 110 1000 10011 10010 1111 1001101

Color Harmonies of #CEC2BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC2BD

Black with #CEC2BD

Text Example


Text Example

White with #CEC2BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC2BD; }

 p { color: rgb(206,194,189); }

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

background-color css

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

 a { background-color: rgb(206,194,189); }

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

border-color css

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

 span { border-color: rgb(206,194,189); }

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