Html Css Color HEX #CEB8CD Thistle

📋 copy color: '#CEB8CD'

red 206 ◦ green 184 ◦ blue 205

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

Shades of Thistle #CEB8CD

Tints of Thistle #CEB8CD

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.92%

 BLUE value IS 205 (80.47% from 255) = 34.45%

R = 34.62%
G = 30.92%
B = 34.45%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CEB8CD (or 0xCEB8CD) is known color: Thistle. HEX triplet: CE, B8 and CD. RGB value is (206,184,205). Sum of RGB (Red+Green+Blue) = 206+184+205=595 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.62% from 595); Green value is 184 (72.27% from 255 or 30.92% from 595); Blue value is 205 (80.47% from 255 or 34.45% from 595); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB8CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8CD is #314732. Grayscale: #C0C0C0. Windows color (decimal): -3229491 or 13482190. OLE color: 13482190.

HSL color Cylindrical-coordinate representation of color #CEB8CD: hue angle of 302.73º degrees, saturation: 0.18, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEB8CD is Cyan = 0, Magento = 0.11, Yellow = 0.00 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 184 205 -
CMYK 0 0.11 0.00 0.19
HSL 302.73º 0.18% 0.76% -
HSV(B) 302.73º 0.11% 0.81% -
XYZ 53.61 51.81 64.93 -
YUV 192.97 134.79 137.29 -
System Red Green Blue C M Y K H S L
Decimal 206 184 205 0 0.11 0.00 0.19 302.73 0.18 0.76
Hex CE B8 CD 0 B 0 13 12F 12 4C
Octal 316 270 315 0 13 0 23 457 22 114
Binary 11001110 10111000 11001101 0 1011 0 10011 100101111 10010 1001100

Color Harmonies of #CEB8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB8CD

Black with #CEB8CD

Text Example


Text Example

White with #CEB8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB8CD; }

 p { color: rgb(206,184,205); }

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

background-color css

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

 a { background-color: rgb(206,184,205); }

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

border-color css

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

 span { border-color: rgb(206,184,205); }

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