Html Css Color HEX #CBBECC Thistle

📋 copy color: '#CBBECC'

red 203 ◦ green 190 ◦ blue 204

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

Shades of Thistle #CBBECC

Tints of Thistle #CBBECC

RGB

 RED value IS 203 (79.69% from 255) = 34%

 GREEN value IS 190 (74.61% from 255) = 31.83%

 BLUE value IS 204 (80.08% from 255) = 34.17%

R = 34%
G = 31.83%
B = 34.17%

CMYK

 C value IS 0.00

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#CBBECC (or 0xCBBECC) is known color: Thistle. HEX triplet: CB, BE and CC. RGB value is (203,190,204). Sum of RGB (Red+Green+Blue) = 203+190+204=597 (79% of max value = 765). Red value is 203 (79.69% from 255 or 34.00% from 597); Green value is 190 (74.61% from 255 or 31.83% from 597); Blue value is 204 (80.08% from 255 or 34.17% from 597); Max value from RGB is 204 - color contains mainly: blue. Hex color #CBBECC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBECC is #344133. Grayscale: #C3C3C3. Windows color (decimal): -3424564 or 13418187. OLE color: 13418187.

HSL color Cylindrical-coordinate representation of color #CBBECC: hue angle of 295.71º degrees, saturation: 0.12, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #CBBECC is Cyan = 0.00, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 203 190 204 -
CMYK 0.00 0.07 0 0.2
HSL 295.71º 0.12% 0.77% -
HSV(B) 295.71º 0.07% 0.8% -
XYZ 53.94 53.88 64.68 -
YUV 195.48 132.81 133.36 -
System Red Green Blue C M Y K H S L
Decimal 203 190 204 0.00 0.07 0 0.2 295.71 0.12 0.77
Hex CB BE CC 0 7 0 14 128 C 4D
Octal 313 276 314 0 7 0 24 450 14 115
Binary 11001011 10111110 11001100 0 111 0 10100 100101000 1100 1001101

Color Harmonies of #CBBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBECC

Black with #CBBECC

Text Example


Text Example

White with #CBBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBECC; }

 p { color: rgb(203,190,204); }

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

background-color css

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

 a { background-color: rgb(203,190,204); }

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

border-color css

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

 span { border-color: rgb(203,190,204); }

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