Html Css Color HEX #CFBCD0 Thistle

📋 copy color: '#CFBCD0'

red 207 ◦ green 188 ◦ blue 208

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

Shades of Thistle #CFBCD0

Tints of Thistle #CFBCD0

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.18%

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

R = 34.33%
G = 31.18%
B = 34.49%

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

#CFBCD0 (or 0xCFBCD0) is known color: Thistle. HEX triplet: CF, BC and D0. RGB value is (207,188,208). Sum of RGB (Red+Green+Blue) = 207+188+208=603 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.33% from 603); Green value is 188 (73.83% from 255 or 31.18% from 603); Blue value is 208 (81.64% from 255 or 34.49% from 603); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFBCD0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBCD0 is #30432F. Grayscale: #C3C3C3. Windows color (decimal): -3162928 or 13679823. OLE color: 13679823.

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

Color convert

RGB 207 188 208 -
CMYK 0.00 0.10 0 0.18
HSL 297º 0.18% 0.78% -
HSV(B) 297º 0.1% 0.82% -
XYZ 55.1 53.79 67.15 -
YUV 195.96 134.79 135.87 -
System Red Green Blue C M Y K H S L
Decimal 207 188 208 0.00 0.10 0 0.18 297 0.18 0.78
Hex CF BC D0 0 A 0 12 129 12 4E
Octal 317 274 320 0 12 0 22 451 22 116
Binary 11001111 10111100 11010000 0 1010 0 10010 100101001 10010 1001110

Color Harmonies of #CFBCD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBCD0

Black with #CFBCD0

Text Example


Text Example

White with #CFBCD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBCD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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