Html Css Color HEX #CFB9D0 Thistle

📋 copy color: '#CFB9D0'

red 207 ◦ green 185 ◦ blue 208

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

Shades of Thistle #CFB9D0

Tints of Thistle #CFB9D0

RGB

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

 GREEN value IS 185 (72.66% from 255) = 30.83%

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

R = 34.5%
G = 30.83%
B = 34.67%

CMYK

 C value IS 0.00

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB9D0 (or 0xCFB9D0) is known color: Thistle. HEX triplet: CF, B9 and D0. RGB value is (207,185,208). Sum of RGB (Red+Green+Blue) = 207+185+208=600 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.5% from 600); Green value is 185 (72.66% from 255 or 30.83% from 600); Blue value is 208 (81.64% from 255 or 34.67% from 600); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB9D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB9D0 is #30462F. Grayscale: #C2C2C2. Windows color (decimal): -3163696 or 13679055. OLE color: 13679055.

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

Color convert

RGB 207 185 208 -
CMYK 0.00 0.11 0 0.18
HSL 297.39º 0.2% 0.77% -
HSV(B) 297.39º 0.11% 0.82% -
XYZ 54.47 52.52 66.94 -
YUV 194.2 135.79 137.13 -
System Red Green Blue C M Y K H S L
Decimal 207 185 208 0.00 0.11 0 0.18 297.39 0.2 0.77
Hex CF B9 D0 0 B 0 12 129 14 4D
Octal 317 271 320 0 13 0 22 451 24 115
Binary 11001111 10111001 11010000 0 1011 0 10010 100101001 10100 1001101

Color Harmonies of #CFB9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB9D0

Black with #CFB9D0

Text Example


Text Example

White with #CFB9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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