Html Css Color HEX #CEB8CE Thistle

📋 copy color: '#CEB8CE'

red 206 ◦ green 184 ◦ blue 206

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

Shades of Thistle #CEB8CE

Tints of Thistle #CEB8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.56%

R = 34.56%
G = 30.87%
B = 34.56%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEB8CE (or 0xCEB8CE) is known color: Thistle. HEX triplet: CE, B8 and CE. RGB value is (206,184,206). Sum of RGB (Red+Green+Blue) = 206+184+206=596 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.56% from 596); Green value is 184 (72.27% from 255 or 30.87% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB8CE is #314731. Grayscale: #C1C1C1. Windows color (decimal): -3229490 or 13547726. OLE color: 13547726.

HSL color Cylindrical-coordinate representation of color #CEB8CE: hue angle of 300º 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 #CEB8CE is Cyan = 0, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 184 206 -
CMYK 0 0.11 0 0.19
HSL 300º 0.18% 0.76% -
HSV(B) 300º 0.11% 0.81% -
XYZ 53.73 51.86 65.57 -
YUV 193.09 135.29 137.21 -
System Red Green Blue C M Y K H S L
Decimal 206 184 206 0 0.11 0 0.19 300 0.18 0.76
Hex CE B8 CE 0 B 0 13 12C 12 4C
Octal 316 270 316 0 13 0 23 454 22 114
Binary 11001110 10111000 11001110 0 1011 0 10011 100101100 10010 1001100

Color Harmonies of #CEB8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB8CE

Black with #CEB8CE

Text Example


Text Example

White with #CEB8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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