Html Css Color HEX #CFBBD0 Thistle

📋 copy color: '#CFBBD0'

red 207 ◦ green 187 ◦ blue 208

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

Shades of Thistle #CFBBD0

Tints of Thistle #CFBBD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 34.39%
G = 31.06%
B = 34.55%

CMYK

 C value IS 0.00

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBBD0 (or 0xCFBBD0) is known color: Thistle. HEX triplet: CF, BB and D0. RGB value is (207,187,208). Sum of RGB (Red+Green+Blue) = 207+187+208=602 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.39% from 602); Green value is 187 (73.44% from 255 or 31.06% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBBD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBBD0 is #30442F. Grayscale: #C3C3C3. Windows color (decimal): -3163184 or 13679567. OLE color: 13679567.

HSL color Cylindrical-coordinate representation of color #CFBBD0: hue angle of 297.14º degrees, saturation: 0.18, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CFBBD0 is Cyan = 0.00, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 187 208 -
CMYK 0.00 0.10 0 0.18
HSL 297.14º 0.18% 0.77% -
HSV(B) 297.14º 0.1% 0.82% -
XYZ 54.89 53.36 67.08 -
YUV 195.37 135.13 136.29 -
System Red Green Blue C M Y K H S L
Decimal 207 187 208 0.00 0.10 0 0.18 297.14 0.18 0.77
Hex CF BB D0 0 A 0 12 129 12 4D
Octal 317 273 320 0 12 0 22 451 22 115
Binary 11001111 10111011 11010000 0 1010 0 10010 100101001 10010 1001101

Color Harmonies of #CFBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBBD0

Black with #CFBBD0

Text Example


Text Example

White with #CFBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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