Html Css Color HEX #CEB4CF Thistle

📋 copy color: '#CEB4CF'

red 206 ◦ green 180 ◦ blue 207

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

Shades of Thistle #CEB4CF

Tints of Thistle #CEB4CF

RGB

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

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

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

R = 34.74%
G = 30.35%
B = 34.91%

CMYK

 C value IS 0.00

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CEB4CF (or 0xCEB4CF) is known color: Thistle. HEX triplet: CE, B4 and CF. RGB value is (206,180,207). Sum of RGB (Red+Green+Blue) = 206+180+207=593 (78% of max value = 765). Red value is 206 (80.86% from 255 or 34.74% from 593); Green value is 180 (70.70% from 255 or 30.35% from 593); Blue value is 207 (81.25% from 255 or 34.91% from 593); Max value from RGB is 207 - color contains mainly: blue. Hex color #CEB4CF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CEB4CF is #314B30. Grayscale: #BEBEBE. Windows color (decimal): -3230513 or 13612238. OLE color: 13612238.

HSL color Cylindrical-coordinate representation of color #CEB4CF: hue angle of 297.78º degrees, saturation: 0.22, 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 #CEB4CF is Cyan = 0.00, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 206 180 207 -
CMYK 0.00 0.13 0 0.19
HSL 297.78º 0.22% 0.76% -
HSV(B) 297.78º 0.13% 0.81% -
XYZ 53.04 50.27 65.94 -
YUV 190.85 137.11 138.8 -
System Red Green Blue C M Y K H S L
Decimal 206 180 207 0.00 0.13 0 0.19 297.78 0.22 0.76
Hex CE B4 CF 0 D 0 13 12A 16 4C
Octal 316 264 317 0 15 0 23 452 26 114
Binary 11001110 10110100 11001111 0 1101 0 10011 100101010 10110 1001100

Color Harmonies of #CEB4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEB4CF

Black with #CEB4CF

Text Example


Text Example

White with #CEB4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEB4CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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