Html Css Color HEX #CEB5CC Thistle

📋 copy color: '#CEB5CC'

red 206 ◦ green 181 ◦ blue 204

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

Shades of Thistle #CEB5CC

Tints of Thistle #CEB5CC

RGB

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

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

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

R = 34.86%
G = 30.63%
B = 34.52%

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

#CEB5CC (or 0xCEB5CC) is known color: Thistle. HEX triplet: CE, B5 and CC. RGB value is (206,181,204). Sum of RGB (Red+Green+Blue) = 206+181+204=591 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.86% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 206 - color contains mainly: red. Hex color #CEB5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB5CC is #314A33. Grayscale: #BFBFBF. Windows color (decimal): -3230260 or 13415886. OLE color: 13415886.

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

Color convert

RGB 206 181 204 -
CMYK 0 0.12 0.01 0.19
HSL 304.8º 0.2% 0.76% -
HSV(B) 304.8º 0.12% 0.81% -
XYZ 52.88 50.53 64.09 -
YUV 191.1 135.28 138.63 -
System Red Green Blue C M Y K H S L
Decimal 206 181 204 0 0.12 0.01 0.19 304.8 0.2 0.76
Hex CE B5 CC 0 C 1 13 131 14 4C
Octal 316 265 314 0 14 1 23 461 24 114
Binary 11001110 10110101 11001100 0 1100 1 10011 100110001 10100 1001100

Color Harmonies of #CEB5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB5CC

Black with #CEB5CC

Text Example


Text Example

White with #CEB5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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