Html Css Color HEX #CEB4CE Thistle

📋 copy color: '#CEB4CE'

red 206 ◦ green 180 ◦ blue 206

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

Shades of Thistle #CEB4CE

Tints of Thistle #CEB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.41%

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

R = 34.8%
G = 30.41%
B = 34.8%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEB4CE (or 0xCEB4CE) is known color: Thistle. HEX triplet: CE, B4 and CE. RGB value is (206,180,206). Sum of RGB (Red+Green+Blue) = 206+180+206=592 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.80% from 592); Green value is 180 (70.70% from 255 or 30.41% from 592); Blue value is 206 (80.86% from 255 or 34.80% from 592); Max value from RGB is 206 - color contains mainly: red, blue. Hex color #CEB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4CE is #314B31. Grayscale: #BEBEBE. Windows color (decimal): -3230514 or 13546702. OLE color: 13546702.

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

Color convert

RGB 206 180 206 -
CMYK 0 0.13 0 0.19
HSL 300º 0.21% 0.76% -
HSV(B) 300º 0.13% 0.81% -
XYZ 52.92 50.22 65.3 -
YUV 190.74 136.61 138.89 -
System Red Green Blue C M Y K H S L
Decimal 206 180 206 0 0.13 0 0.19 300 0.21 0.76
Hex CE B4 CE 0 D 0 13 12C 15 4C
Octal 316 264 316 0 15 0 23 454 25 114
Binary 11001110 10110100 11001110 0 1101 0 10011 100101100 10101 1001100

Color Harmonies of #CEB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4CE

Black with #CEB4CE

Text Example


Text Example

White with #CEB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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