Html Css Color HEX #CBBECB Thistle

📋 copy color: '#CBBECB'

red 203 ◦ green 190 ◦ blue 203

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

Shades of Thistle #CBBECB

Tints of Thistle #CBBECB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.06%

R = 34.06%
G = 31.88%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBBECB (or 0xCBBECB) is known color: Thistle. HEX triplet: CB, BE and CB. RGB value is (203,190,203). Sum of RGB (Red+Green+Blue) = 203+190+203=596 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.06% from 596); Green value is 190 (74.61% from 255 or 31.88% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBBECB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBECB is #344134. Grayscale: #C3C3C3. Windows color (decimal): -3424565 or 13352651. OLE color: 13352651.

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

Color convert

RGB 203 190 203 -
CMYK 0 0.06 0 0.20
HSL 300º 0.11% 0.77% -
HSV(B) 300º 0.06% 0.8% -
XYZ 53.82 53.84 64.05 -
YUV 195.37 132.31 133.44 -
System Red Green Blue C M Y K H S L
Decimal 203 190 203 0 0.06 0 0.20 300 0.11 0.77
Hex CB BE CB 0 6 0 14 12C B 4D
Octal 313 276 313 0 6 0 24 454 13 115
Binary 11001011 10111110 11001011 0 110 0 10100 100101100 1011 1001101

Color Harmonies of #CBBECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBECB

Black with #CBBECB

Text Example


Text Example

White with #CBBECB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBECB; }

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

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

background-color css

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

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

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

border-color css

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

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

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