Html Css Color HEX #CEBCCE Thistle

📋 copy color: '#CEBCCE'

red 206 ◦ green 188 ◦ blue 206

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

Shades of Thistle #CEBCCE

Tints of Thistle #CEBCCE

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.33%

 BLUE value IS 206 (80.86% from 255) = 34.33%

R = 34.33%
G = 31.33%
B = 34.33%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEBCCE (or 0xCEBCCE) is known color: Thistle. HEX triplet: CE, BC and CE. RGB value is (206,188,206). Sum of RGB (Red+Green+Blue) = 206+188+206=600 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.33% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 206 (80.86% from 255 or 34.33% from 600); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEBCCE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBCCE is #314331. Grayscale: #C3C3C3. Windows color (decimal): -3228466 or 13548750. OLE color: 13548750.

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

Color convert

RGB 206 188 206 -
CMYK 0 0.09 0 0.19
HSL 300º 0.16% 0.77% -
HSV(B) 300º 0.09% 0.81% -
XYZ 54.58 53.54 65.85 -
YUV 195.43 133.96 135.54 -
System Red Green Blue C M Y K H S L
Decimal 206 188 206 0 0.09 0 0.19 300 0.16 0.77
Hex CE BC CE 0 9 0 13 12C 10 4D
Octal 316 274 316 0 11 0 23 454 20 115
Binary 11001110 10111100 11001110 0 1001 0 10011 100101100 10000 1001101

Color Harmonies of #CEBCCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBCCE

Black with #CEBCCE

Text Example


Text Example

White with #CEBCCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBCCE; }

 p { color: rgb(206,188,206); }

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

background-color css

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

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

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

border-color css

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

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

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