Html Css Color HEX #CDB9CB Thistle

📋 copy color: '#CDB9CB'

red 205 ◦ green 185 ◦ blue 203

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

Shades of Thistle #CDB9CB

Tints of Thistle #CDB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 31.2%

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

R = 34.57%
G = 31.2%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.20

RGB Variations

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

Color information

#CDB9CB (or 0xCDB9CB) is known color: Thistle. HEX triplet: CD, B9 and CB. RGB value is (205,185,203). Sum of RGB (Red+Green+Blue) = 205+185+203=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 185 (72.66% from 255 or 31.20% from 593); Blue value is 203 (79.69% from 255 or 34.23% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB9CB is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB9CB is #324634. Grayscale: #C0C0C0. Windows color (decimal): -3294773 or 13351373. OLE color: 13351373.

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

Color convert

RGB 205 185 203 -
CMYK 0 0.10 0.01 0.20
HSL 306º 0.17% 0.76% -
HSV(B) 306º 0.1% 0.8% -
XYZ 53.31 51.99 63.73 -
YUV 193.03 133.63 136.54 -
System Red Green Blue C M Y K H S L
Decimal 205 185 203 0 0.10 0.01 0.20 306 0.17 0.76
Hex CD B9 CB 0 A 1 14 132 11 4C
Octal 315 271 313 0 12 1 24 462 21 114
Binary 11001101 10111001 11001011 0 1010 1 10100 100110010 10001 1001100

Color Harmonies of #CDB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB9CB

Black with #CDB9CB

Text Example


Text Example

White with #CDB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB9CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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