Html Css Color HEX #CCB8CE Thistle

📋 copy color: '#CCB8CE'

red 204 ◦ green 184 ◦ blue 206

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

Shades of Thistle #CCB8CE

Tints of Thistle #CCB8CE

RGB

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

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

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

R = 34.34%
G = 30.98%
B = 34.68%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CCB8CE (or 0xCCB8CE) is known color: Thistle. HEX triplet: CC, B8 and CE. RGB value is (204,184,206). Sum of RGB (Red+Green+Blue) = 204+184+206=594 (78% of max value = 765). Red value is 204 (80.08% from 255 or 34.34% from 594); Green value is 184 (72.27% from 255 or 30.98% from 594); Blue value is 206 (80.86% from 255 or 34.68% from 594); Max value from RGB is 206 - color contains mainly: blue. Hex color #CCB8CE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCB8CE is #334731. Grayscale: #C0C0C0. Windows color (decimal): -3360562 or 13547724. OLE color: 13547724.

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

Color convert

RGB 204 184 206 -
CMYK 0.01 0.11 0 0.19
HSL 294.55º 0.18% 0.76% -
HSV(B) 294.55º 0.11% 0.81% -
XYZ 53.18 51.57 65.54 -
YUV 192.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 204 184 206 0.01 0.11 0 0.19 294.55 0.18 0.76
Hex CC B8 CE 1 B 0 13 127 12 4C
Octal 314 270 316 1 13 0 23 447 22 114
Binary 11001100 10111000 11001110 1 1011 0 10011 100100111 10010 1001100

Color Harmonies of #CCB8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCB8CE

Black with #CCB8CE

Text Example


Text Example

White with #CCB8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCB8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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