Html Css Color HEX #CFBBCC Thistle

📋 copy color: '#CFBBCC'

red 207 ◦ green 187 ◦ blue 204

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

Shades of Thistle #CFBBCC

Tints of Thistle #CFBBCC

RGB

 RED value IS 207 (81.25% from 255) = 34.62%

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

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

R = 34.62%
G = 31.27%
B = 34.11%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#CFBBCC (or 0xCFBBCC) is known color: Thistle. HEX triplet: CF, BB and CC. RGB value is (207,187,204). Sum of RGB (Red+Green+Blue) = 207+187+204=598 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.62% from 598); Green value is 187 (73.44% from 255 or 31.27% from 598); Blue value is 204 (80.08% from 255 or 34.11% from 598); Max value from RGB is 207 - color contains mainly: red. Hex color #CFBBCC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBCC is #304433. Grayscale: #C2C2C2. Windows color (decimal): -3163188 or 13417423. OLE color: 13417423.

HSL color Cylindrical-coordinate representation of color #CFBBCC: hue angle of 309º degrees, saturation: 0.17, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBCC is Cyan = 0, Magento = 0.10, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 187 204 -
CMYK 0 0.10 0.01 0.19
HSL 309º 0.17% 0.77% -
HSV(B) 309º 0.1% 0.81% -
XYZ 54.4 53.17 64.52 -
YUV 194.92 133.13 136.62 -
System Red Green Blue C M Y K H S L
Decimal 207 187 204 0 0.10 0.01 0.19 309 0.17 0.77
Hex CF BB CC 0 A 1 13 135 11 4D
Octal 317 273 314 0 12 1 23 465 21 115
Binary 11001111 10111011 11001100 0 1010 1 10011 100110101 10001 1001101

Color Harmonies of #CFBBCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBCC

Black with #CFBBCC

Text Example


Text Example

White with #CFBBCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBCC; }

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

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

background-color css

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

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

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

border-color css

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

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

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