Html Css Color HEX #CBBDCB Thistle

📋 copy color: '#CBBDCB'

red 203 ◦ green 189 ◦ blue 203

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

Shades of Thistle #CBBDCB

Tints of Thistle #CBBDCB

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.76%

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

R = 34.12%
G = 31.76%
B = 34.12%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#CBBDCB (or 0xCBBDCB) is known color: Thistle. HEX triplet: CB, BD and CB. RGB value is (203,189,203). Sum of RGB (Red+Green+Blue) = 203+189+203=595 (78% of max value = 765). Red value is 203 (79.69% from 255 or 34.12% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 203 (79.69% from 255 or 34.12% from 595); Max value from RGB is 203 - color contains mainly: red, blue. Hex color #CBBDCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CBBDCB is #344234. Grayscale: #C2C2C2. Windows color (decimal): -3424821 or 13352395. OLE color: 13352395.

HSL color Cylindrical-coordinate representation of color #CBBDCB: hue angle of 300º 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 #CBBDCB is Cyan = 0, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 203 189 203 -
CMYK 0 0.07 0 0.20
HSL 300º 0.12% 0.77% -
HSV(B) 300º 0.07% 0.8% -
XYZ 53.61 53.4 63.98 -
YUV 194.78 132.64 133.86 -
System Red Green Blue C M Y K H S L
Decimal 203 189 203 0 0.07 0 0.20 300 0.12 0.77
Hex CB BD CB 0 7 0 14 12C C 4D
Octal 313 275 313 0 7 0 24 454 14 115
Binary 11001011 10111101 11001011 0 111 0 10100 100101100 1100 1001101

Color Harmonies of #CBBDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CBBDCB

Black with #CBBDCB

Text Example


Text Example

White with #CBBDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CBBDCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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