Html Css Color HEX #CEC1CC Thistle

📋 copy color: '#CEC1CC'

red 206 ◦ green 193 ◦ blue 204

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

Shades of Thistle #CEC1CC

Tints of Thistle #CEC1CC

RGB

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

 GREEN value IS 193 (75.78% from 255) = 32.01%

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

R = 34.16%
G = 32.01%
B = 33.83%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CEC1CC (or 0xCEC1CC) is known color: Thistle. HEX triplet: CE, C1 and CC. RGB value is (206,193,204). Sum of RGB (Red+Green+Blue) = 206+193+204=603 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.16% from 603); Green value is 193 (75.78% from 255 or 32.01% from 603); Blue value is 204 (80.08% from 255 or 33.83% from 603); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC1CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC1CC is #313E33. Grayscale: #C6C6C6. Windows color (decimal): -3227188 or 13418958. OLE color: 13418958.

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

Color convert

RGB 206 193 204 -
CMYK 0 0.06 0.01 0.19
HSL 309.23º 0.12% 0.78% -
HSV(B) 309.23º 0.06% 0.81% -
XYZ 55.42 55.62 64.94 -
YUV 198.14 131.31 133.61 -
System Red Green Blue C M Y K H S L
Decimal 206 193 204 0 0.06 0.01 0.19 309.23 0.12 0.78
Hex CE C1 CC 0 6 1 13 135 C 4E
Octal 316 301 314 0 6 1 23 465 14 116
Binary 11001110 11000001 11001100 0 110 1 10011 100110101 1100 1001110

Color Harmonies of #CEC1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC1CC

Black with #CEC1CC

Text Example


Text Example

White with #CEC1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC1CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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