Html Css Color HEX #CDB8CC Thistle

📋 copy color: '#CDB8CC'

red 205 ◦ green 184 ◦ blue 204

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

Shades of Thistle #CDB8CC

Tints of Thistle #CDB8CC

RGB

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

 GREEN value IS 184 (72.27% from 255) = 31.03%

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

R = 34.57%
G = 31.03%
B = 34.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CDB8CC (or 0xCDB8CC) is known color: Thistle. HEX triplet: CD, B8 and CC. RGB value is (205,184,204). Sum of RGB (Red+Green+Blue) = 205+184+204=593 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.57% from 593); Green value is 184 (72.27% from 255 or 31.03% from 593); Blue value is 204 (80.08% from 255 or 34.40% from 593); Max value from RGB is 205 - color contains mainly: red. Hex color #CDB8CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDB8CC is #324733. Grayscale: #C0C0C0. Windows color (decimal): -3295028 or 13416653. OLE color: 13416653.

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

Color convert

RGB 205 184 204 -
CMYK 0 0.10 0.00 0.20
HSL 302.86º 0.17% 0.76% -
HSV(B) 302.86º 0.1% 0.8% -
XYZ 53.22 51.62 64.29 -
YUV 192.56 134.46 136.87 -
System Red Green Blue C M Y K H S L
Decimal 205 184 204 0 0.10 0.00 0.20 302.86 0.17 0.76
Hex CD B8 CC 0 A 0 14 12F 11 4C
Octal 315 270 314 0 12 0 24 457 21 114
Binary 11001101 10111000 11001100 0 1010 0 10100 100101111 10001 1001100

Color Harmonies of #CDB8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDB8CC

Black with #CDB8CC

Text Example


Text Example

White with #CDB8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDB8CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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