Html Css Color HEX #CDBBCC Thistle

📋 copy color: '#CDBBCC'

red 205 ◦ green 187 ◦ blue 204

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

Shades of Thistle #CDBBCC

Tints of Thistle #CDBBCC

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.38%

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

R = 34.4%
G = 31.38%
B = 34.23%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.00

 K value IS 0.20

RGB Variations

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

Color information

#CDBBCC (or 0xCDBBCC) is known color: Thistle. HEX triplet: CD, BB and CC. RGB value is (205,187,204). Sum of RGB (Red+Green+Blue) = 205+187+204=596 (78% of max value = 765). Red value is 205 (80.47% from 255 or 34.40% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 205 - color contains mainly: red. Hex color #CDBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDBBCC is #324433. Grayscale: #C2C2C2. Windows color (decimal): -3294260 or 13417421. OLE color: 13417421.

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

Color convert

RGB 205 187 204 -
CMYK 0 0.09 0.00 0.20
HSL 303.33º 0.15% 0.77% -
HSV(B) 303.33º 0.09% 0.8% -
XYZ 53.85 52.88 64.5 -
YUV 194.32 133.46 135.62 -
System Red Green Blue C M Y K H S L
Decimal 205 187 204 0 0.09 0.00 0.20 303.33 0.15 0.77
Hex CD BB CC 0 9 0 14 12F F 4D
Octal 315 273 314 0 11 0 24 457 17 115
Binary 11001101 10111011 11001100 0 1001 0 10100 100101111 1111 1001101

Color Harmonies of #CDBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDBBCC

Black with #CDBBCC

Text Example


Text Example

White with #CDBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDBBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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