Html Css Color HEX #CCB4CE Thistle

📋 copy color: '#CCB4CE'

red 204 ◦ green 180 ◦ blue 206

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

Shades of Thistle #CCB4CE

Tints of Thistle #CCB4CE

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.51%

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

R = 34.58%
G = 30.51%
B = 34.92%

CMYK

 C value IS 0.01

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB4CE (or 0xCCB4CE) is known color: Thistle. HEX triplet: CC, B4 and CE. RGB value is (204,180,206). Sum of RGB (Red+Green+Blue) = 204+180+206=590 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.58% from 590); Green value is 180 (70.70% from 255 or 30.51% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB4CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB4CE is #334B31. Grayscale: #BEBEBE. Windows color (decimal): -3361586 or 13546700. OLE color: 13546700.

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

Color convert

RGB 204 180 206 -
CMYK 0.01 0.13 0 0.19
HSL 295.38º 0.21% 0.76% -
HSV(B) 295.38º 0.13% 0.81% -
XYZ 52.36 49.94 65.27 -
YUV 190.14 136.95 137.89 -
System Red Green Blue C M Y K H S L
Decimal 204 180 206 0.01 0.13 0 0.19 295.38 0.21 0.76
Hex CC B4 CE 1 D 0 13 127 15 4C
Octal 314 264 316 1 15 0 23 447 25 114
Binary 11001100 10110100 11001110 1 1101 0 10011 100100111 10101 1001100

Color Harmonies of #CCB4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB4CE

Black with #CCB4CE

Text Example


Text Example

White with #CCB4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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