Html Css Color HEX #CFBBD1 Thistle

📋 copy color: '#CFBBD1'

red 207 ◦ green 187 ◦ blue 209

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

Shades of Thistle #CFBBD1

Tints of Thistle #CFBBD1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 34.66%

R = 34.33%
G = 31.01%
B = 34.66%

CMYK

 C value IS 0.01

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBBD1 (or 0xCFBBD1) is known color: Thistle. HEX triplet: CF, BB and D1. RGB value is (207,187,209). Sum of RGB (Red+Green+Blue) = 207+187+209=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 187 (73.44% from 255 or 31.01% from 603); Blue value is 209 (82.03% from 255 or 34.66% from 603); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBBD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD1 is #30442E. Grayscale: #C3C3C3. Windows color (decimal): -3163183 or 13745103. OLE color: 13745103.

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

Color convert

RGB 207 187 209 -
CMYK 0.01 0.11 0 0.18
HSL 294.55º 0.19% 0.78% -
HSV(B) 294.55º 0.11% 0.82% -
XYZ 55.01 53.41 67.73 -
YUV 195.49 135.63 136.21 -
System Red Green Blue C M Y K H S L
Decimal 207 187 209 0.01 0.11 0 0.18 294.55 0.19 0.78
Hex CF BB D1 1 B 0 12 127 13 4E
Octal 317 273 321 1 13 0 22 447 23 116
Binary 11001111 10111011 11010001 1 1011 0 10010 100100111 10011 1001110

Color Harmonies of #CFBBD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBD1

Black with #CFBBD1

Text Example


Text Example

White with #CFBBD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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