Html Css Color HEX #CDB6CC Thistle

📋 copy color: '#CDB6CC'

red 205 ◦ green 182 ◦ blue 204

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

Shades of Thistle #CDB6CC

Tints of Thistle #CDB6CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 34.52%

R = 34.69%
G = 30.8%
B = 34.52%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CDB6CC (or 0xCDB6CC) is known color: Thistle. HEX triplet: CD, B6 and CC. RGB value is (205,182,204). Sum of RGB (Red+Green+Blue) = 205+182+204=591 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.69% from 591); Green value is 182 (71.48% from 255 or 30.80% from 591); Blue value is 204 (80.08% from 255 or 34.52% from 591); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB6CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB6CC is #324933. Grayscale: #BFBFBF. Windows color (decimal): -3295540 or 13416141. OLE color: 13416141.

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

Color convert

RGB 205 182 204 -
CMYK 0 0.11 0.00 0.20
HSL 302.61º 0.19% 0.76% -
HSV(B) 302.61º 0.11% 0.8% -
XYZ 52.8 50.79 64.15 -
YUV 191.39 135.12 137.71 -
System Red Green Blue C M Y K H S L
Decimal 205 182 204 0 0.11 0.00 0.20 302.61 0.19 0.76
Hex CD B6 CC 0 B 0 14 12F 13 4C
Octal 315 266 314 0 13 0 24 457 23 114
Binary 11001101 10110110 11001100 0 1011 0 10100 100101111 10011 1001100

Color Harmonies of #CDB6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB6CC

Black with #CDB6CC

Text Example


Text Example

White with #CDB6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB6CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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