Html Css Color HEX #CEB6CC Thistle

📋 copy color: '#CEB6CC'

red 206 ◦ green 182 ◦ blue 204

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

Shades of Thistle #CEB6CC

Tints of Thistle #CEB6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.46%

R = 34.8%
G = 30.74%
B = 34.46%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CEB6CC (or 0xCEB6CC) is known color: Thistle. HEX triplet: CE, B6 and CC. RGB value is (206,182,204). Sum of RGB (Red+Green+Blue) = 206+182+204=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 182 (71.48% from 255 or 30.74% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB6CC is #314933. Grayscale: #BFBFBF. Windows color (decimal): -3230004 or 13416142. OLE color: 13416142.

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

Color convert

RGB 206 182 204 -
CMYK 0 0.12 0.01 0.19
HSL 305º 0.2% 0.76% -
HSV(B) 305º 0.12% 0.81% -
XYZ 53.08 50.94 64.16 -
YUV 191.68 134.95 138.21 -
System Red Green Blue C M Y K H S L
Decimal 206 182 204 0 0.12 0.01 0.19 305 0.2 0.76
Hex CE B6 CC 0 C 1 13 131 14 4C
Octal 316 266 314 0 14 1 23 461 24 114
Binary 11001110 10110110 11001100 0 1100 1 10011 100110001 10100 1001100

Color Harmonies of #CEB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB6CC

Black with #CEB6CC

Text Example


Text Example

White with #CEB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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