Html Css Color HEX #CDBCCB Thistle

📋 copy color: '#CDBCCB'

red 205 ◦ green 188 ◦ blue 203

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

Shades of Thistle #CDBCCB

Tints of Thistle #CDBCCB

RGB

 RED value IS 205 (80.47% from 255) = 34.4%

 GREEN value IS 188 (73.83% from 255) = 31.54%

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

R = 34.4%
G = 31.54%
B = 34.06%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDBCCB (or 0xCDBCCB) is known color: Thistle. HEX triplet: CD, BC and CB. RGB value is (205,188,203). Sum of RGB (Red+Green+Blue) = 205+188+203=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 188 (73.83% from 255 or 31.54% from 596); Blue value is 203 (79.69% from 255 or 34.06% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBCCB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBCCB is #324334. Grayscale: #C2C2C2. Windows color (decimal): -3294005 or 13352141. OLE color: 13352141.

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

Color convert

RGB 205 188 203 -
CMYK 0 0.08 0.01 0.20
HSL 307.06º 0.15% 0.77% -
HSV(B) 307.06º 0.08% 0.8% -
XYZ 53.94 53.26 63.94 -
YUV 194.79 132.63 135.28 -
System Red Green Blue C M Y K H S L
Decimal 205 188 203 0 0.08 0.01 0.20 307.06 0.15 0.77
Hex CD BC CB 0 8 1 14 133 F 4D
Octal 315 274 313 0 10 1 24 463 17 115
Binary 11001101 10111100 11001011 0 1000 1 10100 100110011 1111 1001101

Color Harmonies of #CDBCCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBCCB

Black with #CDBCCB

Text Example


Text Example

White with #CDBCCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBCCB; }

 p { color: rgb(205,188,203); }

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

background-color css

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

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

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

border-color css

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

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

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