Html Css Color HEX #CEB9CF Thistle

📋 copy color: '#CEB9CF'

red 206 ◦ green 185 ◦ blue 207

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

Shades of Thistle #CEB9CF

Tints of Thistle #CEB9CF

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.94%

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

R = 34.45%
G = 30.94%
B = 34.62%

CMYK

 C value IS 0.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEB9CF (or 0xCEB9CF) is known color: Thistle. HEX triplet: CE, B9 and CF. RGB value is (206,185,207). Sum of RGB (Red+Green+Blue) = 206+185+207=598 (79% of max value = 765). Red value is 206 (80.86% from 255 or 34.45% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB9CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB9CF is #314630. Grayscale: #C1C1C1. Windows color (decimal): -3229233 or 13613518. OLE color: 13613518.

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

Color convert

RGB 206 185 207 -
CMYK 0.00 0.11 0 0.19
HSL 297.27º 0.19% 0.77% -
HSV(B) 297.27º 0.11% 0.81% -
XYZ 54.07 52.32 66.28 -
YUV 193.79 135.46 136.71 -
System Red Green Blue C M Y K H S L
Decimal 206 185 207 0.00 0.11 0 0.19 297.27 0.19 0.77
Hex CE B9 CF 0 B 0 13 129 13 4D
Octal 316 271 317 0 13 0 23 451 23 115
Binary 11001110 10111001 11001111 0 1011 0 10011 100101001 10011 1001101

Color Harmonies of #CEB9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB9CF

Black with #CEB9CF

Text Example


Text Example

White with #CEB9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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