Html Css Color HEX #CEB5CD Thistle

📋 copy color: '#CEB5CD'

red 206 ◦ green 181 ◦ blue 205

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

Shades of Thistle #CEB5CD

Tints of Thistle #CEB5CD

RGB

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

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

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

R = 34.8%
G = 30.57%
B = 34.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.00

 K value IS 0.19

RGB Variations

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

Color information

#CEB5CD (or 0xCEB5CD) is known color: Thistle. HEX triplet: CE, B5 and CD. RGB value is (206,181,205). Sum of RGB (Red+Green+Blue) = 206+181+205=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 181 (71.09% from 255 or 30.57% from 592); Blue value is 205 (80.47% from 255 or 34.63% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CD is #314A32. Grayscale: #BFBFBF. Windows color (decimal): -3230259 or 13481422. OLE color: 13481422.

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

Color convert

RGB 206 181 205 -
CMYK 0 0.12 0.00 0.19
HSL 302.4º 0.2% 0.76% -
HSV(B) 302.4º 0.12% 0.81% -
XYZ 53 50.58 64.73 -
YUV 191.21 135.78 138.55 -
System Red Green Blue C M Y K H S L
Decimal 206 181 205 0 0.12 0.00 0.19 302.4 0.2 0.76
Hex CE B5 CD 0 C 0 13 12E 14 4C
Octal 316 265 315 0 14 0 23 456 24 114
Binary 11001110 10110101 11001101 0 1100 0 10011 100101110 10100 1001100

Color Harmonies of #CEB5CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5CD

Black with #CEB5CD

Text Example


Text Example

White with #CEB5CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5CD; }

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

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

background-color css

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

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

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

border-color css

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

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

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