Html Css Color HEX #CEB6CE Thistle

📋 copy color: '#CEB6CE'

red 206 ◦ green 182 ◦ blue 206

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

Shades of Thistle #CEB6CE

Tints of Thistle #CEB6CE

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.64%

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

R = 34.68%
G = 30.64%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEB6CE (or 0xCEB6CE) is known color: Thistle. HEX triplet: CE, B6 and CE. RGB value is (206,182,206). Sum of RGB (Red+Green+Blue) = 206+182+206=594 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.68% from 594); Green value is 182 (71.48% from 255 or 30.64% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB6CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6CE is #314931. Grayscale: #BFBFBF. Windows color (decimal): -3230002 or 13547214. OLE color: 13547214.

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

Color convert

RGB 206 182 206 -
CMYK 0 0.12 0 0.19
HSL 300º 0.2% 0.76% -
HSV(B) 300º 0.12% 0.81% -
XYZ 53.32 51.03 65.43 -
YUV 191.91 135.95 138.05 -
System Red Green Blue C M Y K H S L
Decimal 206 182 206 0 0.12 0 0.19 300 0.2 0.76
Hex CE B6 CE 0 C 0 13 12C 14 4C
Octal 316 266 316 0 14 0 23 454 24 114
Binary 11001110 10110110 11001110 0 1100 0 10011 100101100 10100 1001100

Color Harmonies of #CEB6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6CE

Black with #CEB6CE

Text Example


Text Example

White with #CEB6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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