Html Css Color HEX #CDC5CC Thistle

📋 copy color: '#CDC5CC'

red 205 ◦ green 197 ◦ blue 204

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

Shades of Thistle #CDC5CC

Tints of Thistle #CDC5CC

RGB

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

 GREEN value IS 197 (77.34% from 255) = 32.51%

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

R = 33.83%
G = 32.51%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CDC5CC (or 0xCDC5CC) is known color: Thistle. HEX triplet: CD, C5 and CC. RGB value is (205,197,204). Sum of RGB (Red+Green+Blue) = 205+197+204=606 (80% of max value = 765). Red value is 205 (80.47% from 255 or 33.83% from 606); Green value is 197 (77.34% from 255 or 32.51% from 606); Blue value is 204 (80.08% from 255 or 33.66% from 606); Max value from RGB is 205 - color contains mainly: red. Hex color #CDC5CC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDC5CC is #323A33. Grayscale: #C8C8C8. Windows color (decimal): -3291700 or 13419981. OLE color: 13419981.

HSL color Cylindrical-coordinate representation of color #CDC5CC: hue angle of 307.5º degrees, saturation: 0.07, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #CDC5CC is Cyan = 0, Magento = 0.04, Yellow = 0.00 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 197 204 -
CMYK 0 0.04 0.00 0.20
HSL 307.5º 0.07% 0.79% -
HSV(B) 307.5º 0.04% 0.8% -
XYZ 56.04 57.27 65.23 -
YUV 200.19 130.15 131.43 -
System Red Green Blue C M Y K H S L
Decimal 205 197 204 0 0.04 0.00 0.20 307.5 0.07 0.79
Hex CD C5 CC 0 4 0 14 134 7 4F
Octal 315 305 314 0 4 0 24 464 7 117
Binary 11001101 11000101 11001100 0 100 0 10100 100110100 111 1001111

Color Harmonies of #CDC5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDC5CC

Black with #CDC5CC

Text Example


Text Example

White with #CDC5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDC5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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