Html Css Color HEX #CEC5CF Thistle

📋 copy color: '#CEC5CF'

red 206 ◦ green 197 ◦ blue 207

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

Shades of Thistle #CEC5CF

Tints of Thistle #CEC5CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 33.93%

R = 33.77%
G = 32.3%
B = 33.93%

CMYK

 C value IS 0.00

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEC5CF (or 0xCEC5CF) is known color: Thistle. HEX triplet: CE, C5 and CF. RGB value is (206,197,207). Sum of RGB (Red+Green+Blue) = 206+197+207=610 (80% of max value = 765). Red value is 206 (80.86% from 255 or 33.77% from 610); Green value is 197 (77.34% from 255 or 32.30% from 610); Blue value is 207 (81.25% from 255 or 33.93% from 610); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEC5CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEC5CF is #313A30. Grayscale: #C8C8C8. Windows color (decimal): -3226161 or 13616590. OLE color: 13616590.

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

Color convert

RGB 206 197 207 -
CMYK 0.00 0.05 0 0.19
HSL 294º 0.09% 0.79% -
HSV(B) 294º 0.05% 0.81% -
XYZ 56.68 57.56 67.15 -
YUV 200.83 131.48 131.69 -
System Red Green Blue C M Y K H S L
Decimal 206 197 207 0.00 0.05 0 0.19 294 0.09 0.79
Hex CE C5 CF 0 5 0 13 126 9 4F
Octal 316 305 317 0 5 0 23 446 11 117
Binary 11001110 11000101 11001111 0 101 0 10011 100100110 1001 1001111

Color Harmonies of #CEC5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEC5CF

Black with #CEC5CF

Text Example


Text Example

White with #CEC5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEC5CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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