Html Css Color HEX #CDB6CB Thistle

📋 copy color: '#CDB6CB'

red 205 ◦ green 182 ◦ blue 203

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

Shades of Thistle #CDB6CB

Tints of Thistle #CDB6CB

RGB

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

 GREEN value IS 182 (71.48% from 255) = 30.85%

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

R = 34.75%
G = 30.85%
B = 34.41%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDB6CB (or 0xCDB6CB) is known color: Thistle. HEX triplet: CD, B6 and CB. RGB value is (205,182,203). Sum of RGB (Red+Green+Blue) = 205+182+203=590 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.75% from 590); Green value is 182 (71.48% from 255 or 30.85% from 590); Blue value is 203 (79.69% from 255 or 34.41% from 590); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6CB is #324934. Grayscale: #BFBFBF. Windows color (decimal): -3295541 or 13350605. OLE color: 13350605.

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

Color convert

RGB 205 182 203 -
CMYK 0 0.11 0.01 0.20
HSL 305.22º 0.19% 0.76% -
HSV(B) 305.22º 0.11% 0.8% -
XYZ 52.68 50.75 63.52 -
YUV 191.27 134.62 137.79 -
System Red Green Blue C M Y K H S L
Decimal 205 182 203 0 0.11 0.01 0.20 305.22 0.19 0.76
Hex CD B6 CB 0 B 1 14 131 13 4C
Octal 315 266 313 0 13 1 24 461 23 114
Binary 11001101 10110110 11001011 0 1011 1 10100 100110001 10011 1001100

Color Harmonies of #CDB6CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB6CB

Black with #CDB6CB

Text Example


Text Example

White with #CDB6CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB6CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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