Html Css Color HEX #CFBFD2 Thistle

📋 copy color: '#CFBFD2'

red 207 ◦ green 191 ◦ blue 210

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

Shades of Thistle #CFBFD2

Tints of Thistle #CFBFD2

RGB

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

 GREEN value IS 191 (75% from 255) = 31.41%

 BLUE value IS 210 (82.42% from 255) = 34.54%

R = 34.05%
G = 31.41%
B = 34.54%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBFD2 (or 0xCFBFD2) is known color: Thistle. HEX triplet: CF, BF and D2. RGB value is (207,191,210). Sum of RGB (Red+Green+Blue) = 207+191+210=608 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.05% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 210 (82.42% from 255 or 34.54% from 608); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFBFD2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBFD2 is #30402D. Grayscale: #C5C5C5. Windows color (decimal): -3162158 or 13811663. OLE color: 13811663.

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

Color convert

RGB 207 191 210 -
CMYK 0.01 0.09 0 0.18
HSL 290.53º 0.17% 0.79% -
HSV(B) 290.53º 0.09% 0.82% -
XYZ 56 55.18 68.67 -
YUV 197.95 134.8 134.46 -
System Red Green Blue C M Y K H S L
Decimal 207 191 210 0.01 0.09 0 0.18 290.53 0.17 0.79
Hex CF BF D2 1 9 0 12 123 11 4F
Octal 317 277 322 1 11 0 22 443 21 117
Binary 11001111 10111111 11010010 1 1001 0 10010 100100011 10001 1001111

Color Harmonies of #CFBFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBFD2

Black with #CFBFD2

Text Example


Text Example

White with #CFBFD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBFD2; }

 p { color: rgb(207,191,210); }

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

background-color css

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

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

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

border-color css

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

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

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