Html Css Color HEX #CEBACF Thistle

📋 copy color: '#CEBACF'

red 206 ◦ green 186 ◦ blue 207

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

Shades of Thistle #CEBACF

Tints of Thistle #CEBACF

RGB

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

 GREEN value IS 186 (73.05% from 255) = 31.05%

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

R = 34.39%
G = 31.05%
B = 34.56%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEBACF (or 0xCEBACF) is known color: Thistle. HEX triplet: CE, BA and CF. RGB value is (206,186,207). Sum of RGB (Red+Green+Blue) = 206+186+207=599 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.39% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 207 (81.25% from 255 or 34.56% from 599); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEBACF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEBACF is #314530. Grayscale: #C2C2C2. Windows color (decimal): -3228977 or 13613774. OLE color: 13613774.

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

Color convert

RGB 206 186 207 -
CMYK 0.00 0.10 0 0.19
HSL 297.14º 0.18% 0.77% -
HSV(B) 297.14º 0.1% 0.81% -
XYZ 54.27 52.74 66.35 -
YUV 194.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 206 186 207 0.00 0.10 0 0.19 297.14 0.18 0.77
Hex CE BA CF 0 A 0 13 129 12 4D
Octal 316 272 317 0 12 0 23 451 22 115
Binary 11001110 10111010 11001111 0 1010 0 10011 100101001 10010 1001101

Color Harmonies of #CEBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEBACF

Black with #CEBACF

Text Example


Text Example

White with #CEBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEBACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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