Html Css Color HEX #CEB5CE Thistle

📋 copy color: '#CEB5CE'

red 206 ◦ green 181 ◦ blue 206

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

Shades of Thistle #CEB5CE

Tints of Thistle #CEB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.52%

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

R = 34.74%
G = 30.52%
B = 34.74%

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

#CEB5CE (or 0xCEB5CE) is known color: Thistle. HEX triplet: CE, B5 and CE. RGB value is (206,181,206). Sum of RGB (Red+Green+Blue) = 206+181+206=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 181 (71.09% from 255 or 30.52% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CE is #314A31. Grayscale: #BFBFBF. Windows color (decimal): -3230258 or 13546958. OLE color: 13546958.

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

Color convert

RGB 206 181 206 -
CMYK 0 0.12 0 0.19
HSL 300º 0.2% 0.76% -
HSV(B) 300º 0.12% 0.81% -
XYZ 53.12 50.63 65.36 -
YUV 191.33 136.28 138.47 -
System Red Green Blue C M Y K H S L
Decimal 206 181 206 0 0.12 0 0.19 300 0.2 0.76
Hex CE B5 CE 0 C 0 13 12C 14 4C
Octal 316 265 316 0 14 0 23 454 24 114
Binary 11001110 10110101 11001110 0 1100 0 10011 100101100 10100 1001100

Color Harmonies of #CEB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5CE

Black with #CEB5CE

Text Example


Text Example

White with #CEB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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