Html Css Color HEX #CFB2CF Thistle

📋 copy color: '#CFB2CF'

red 207 ◦ green 178 ◦ blue 207

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

Shades of Thistle #CFB2CF

Tints of Thistle #CFB2CF

RGB

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

 GREEN value IS 178 (69.92% from 255) = 30.07%

 BLUE value IS 207 (81.25% from 255) = 34.97%

R = 34.97%
G = 30.07%
B = 34.97%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#CFB2CF (or 0xCFB2CF) is known color: Thistle. HEX triplet: CF, B2 and CF. RGB value is (207,178,207). Sum of RGB (Red+Green+Blue) = 207+178+207=592 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.97% from 592); Green value is 178 (69.92% from 255 or 30.07% from 592); Blue value is 207 (81.25% from 255 or 34.97% from 592); Max value from RGB is 207 - color contains mainly: red, blue. Hex color #CFB2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #CFB2CF is #304D30. Grayscale: #BDBDBD. Windows color (decimal): -3165489 or 13611727. OLE color: 13611727.

HSL color Cylindrical-coordinate representation of color #CFB2CF: hue angle of 300º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CFB2CF is Cyan = 0, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 178 207 -
CMYK 0 0.14 0 0.19
HSL 300º 0.23% 0.75% -
HSV(B) 300º 0.14% 0.81% -
XYZ 52.92 49.61 65.82 -
YUV 189.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 207 178 207 0 0.14 0 0.19 300 0.23 0.75
Hex CF B2 CF 0 E 0 13 12C 17 4B
Octal 317 262 317 0 16 0 23 454 27 113
Binary 11001111 10110010 11001111 0 1110 0 10011 100101100 10111 1001011

Color Harmonies of #CFB2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB2CF

Black with #CFB2CF

Text Example


Text Example

White with #CFB2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB2CF; }

 p { color: rgb(207,178,207); }

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

background-color css

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

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

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

border-color css

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

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

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