Html Css Color HEX #CEC5CC Thistle

📋 copy color: '#CEC5CC'

red 206 ◦ green 197 ◦ blue 204

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

Shades of Thistle #CEC5CC

Tints of Thistle #CEC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.45%

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

R = 33.94%
G = 32.45%
B = 33.61%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CEC5CC (or 0xCEC5CC) is known color: Thistle. HEX triplet: CE, C5 and CC. RGB value is (206,197,204). Sum of RGB (Red+Green+Blue) = 206+197+204=607 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.94% from 607); Green value is 197 (77.34% from 255 or 32.45% from 607); Blue value is 204 (80.08% from 255 or 33.61% from 607); Max value from RGB is 206 - color contains mainly: red. Hex color #CEC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5CC is #313A33. Grayscale: #C8C8C8. Windows color (decimal): -3226164 or 13419982. OLE color: 13419982.

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

Color convert

RGB 206 197 204 -
CMYK 0 0.04 0.01 0.19
HSL 313.33º 0.08% 0.79% -
HSV(B) 313.33º 0.04% 0.81% -
XYZ 56.32 57.41 65.24 -
YUV 200.49 129.98 131.93 -
System Red Green Blue C M Y K H S L
Decimal 206 197 204 0 0.04 0.01 0.19 313.33 0.08 0.79
Hex CE C5 CC 0 4 1 13 139 8 4F
Octal 316 305 314 0 4 1 23 471 10 117
Binary 11001110 11000101 11001100 0 100 1 10011 100111001 1000 1001111

Color Harmonies of #CEC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC5CC

Black with #CEC5CC

Text Example


Text Example

White with #CEC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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