Html Css Color HEX #CCB7CE Thistle

📋 copy color: '#CCB7CE'

red 204 ◦ green 183 ◦ blue 206

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

Shades of Thistle #CCB7CE

Tints of Thistle #CCB7CE

RGB

 RED value IS 204 (80.08% from 255) = 34.4%

 GREEN value IS 183 (71.88% from 255) = 30.86%

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

R = 34.4%
G = 30.86%
B = 34.74%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB7CE (or 0xCCB7CE) is known color: Thistle. HEX triplet: CC, B7 and CE. RGB value is (204,183,206). Sum of RGB (Red+Green+Blue) = 204+183+206=593 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.40% from 593); Green value is 183 (71.88% from 255 or 30.86% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB7CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB7CE is #334831. Grayscale: #BFBFBF. Windows color (decimal): -3360818 or 13547468. OLE color: 13547468.

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

Color convert

RGB 204 183 206 -
CMYK 0.01 0.11 0 0.19
HSL 294.78º 0.19% 0.76% -
HSV(B) 294.78º 0.11% 0.81% -
XYZ 52.98 51.16 65.48 -
YUV 191.9 135.96 136.63 -
System Red Green Blue C M Y K H S L
Decimal 204 183 206 0.01 0.11 0 0.19 294.78 0.19 0.76
Hex CC B7 CE 1 B 0 13 127 13 4C
Octal 314 267 316 1 13 0 23 447 23 114
Binary 11001100 10110111 11001110 1 1011 0 10011 100100111 10011 1001100

Color Harmonies of #CCB7CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB7CE

Black with #CCB7CE

Text Example


Text Example

White with #CCB7CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB7CE; }

 p { color: rgb(204,183,206); }

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

background-color css

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

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

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

border-color css

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

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

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