Html Css Color HEX #CCB5CE Thistle

📋 copy color: '#CCB5CE'

red 204 ◦ green 181 ◦ blue 206

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

Shades of Thistle #CCB5CE

Tints of Thistle #CCB5CE

RGB

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

 GREEN value IS 181 (71.09% from 255) = 30.63%

 BLUE value IS 206 (80.86% from 255) = 34.86%

R = 34.52%
G = 30.63%
B = 34.86%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB5CE (or 0xCCB5CE) is known color: Thistle. HEX triplet: CC, B5 and CE. RGB value is (204,181,206). Sum of RGB (Red+Green+Blue) = 204+181+206=591 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.52% from 591); Green value is 181 (71.09% from 255 or 30.63% from 591); Blue value is 206 (80.86% from 255 or 34.86% from 591); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB5CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB5CE is #334A31. Grayscale: #BEBEBE. Windows color (decimal): -3361330 or 13546956. OLE color: 13546956.

HSL color Cylindrical-coordinate representation of color #CCB5CE: hue angle of 295.2º degrees, saturation: 0.2, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CCB5CE is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 204 181 206 -
CMYK 0.01 0.12 0 0.19
HSL 295.2º 0.2% 0.76% -
HSV(B) 295.2º 0.12% 0.81% -
XYZ 52.57 50.34 65.34 -
YUV 190.73 136.62 137.47 -
System Red Green Blue C M Y K H S L
Decimal 204 181 206 0.01 0.12 0 0.19 295.2 0.2 0.76
Hex CC B5 CE 1 C 0 13 127 14 4C
Octal 314 265 316 1 14 0 23 447 24 114
Binary 11001100 10110101 11001110 1 1100 0 10011 100100111 10100 1001100

Color Harmonies of #CCB5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB5CE

Black with #CCB5CE

Text Example


Text Example

White with #CCB5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB5CE; }

 p { color: rgb(204,181,206); }

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

background-color css

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

 a { background-color: rgb(204,181,206); }

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

border-color css

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

 span { border-color: rgb(204,181,206); }

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