Html Css Color HEX #CFB8D0 Thistle

📋 copy color: '#CFB8D0'

red 207 ◦ green 184 ◦ blue 208

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

Shades of Thistle #CFB8D0

Tints of Thistle #CFB8D0

RGB

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

 GREEN value IS 184 (72.27% from 255) = 30.72%

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

R = 34.56%
G = 30.72%
B = 34.72%

CMYK

 C value IS 0.00

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB8D0 (or 0xCFB8D0) is known color: Thistle. HEX triplet: CF, B8 and D0. RGB value is (207,184,208). Sum of RGB (Red+Green+Blue) = 207+184+208=599 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.56% from 599); Green value is 184 (72.27% from 255 or 30.72% from 599); Blue value is 208 (81.64% from 255 or 34.72% from 599); Max value from RGB is 208 - color contains mainly: blue. Hex color #CFB8D0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8D0 is #30472F. Grayscale: #C1C1C1. Windows color (decimal): -3163952 or 13678799. OLE color: 13678799.

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

Color convert

RGB 207 184 208 -
CMYK 0.00 0.12 0 0.18
HSL 297.5º 0.2% 0.77% -
HSV(B) 297.5º 0.12% 0.82% -
XYZ 54.26 52.1 66.87 -
YUV 193.61 136.12 137.55 -
System Red Green Blue C M Y K H S L
Decimal 207 184 208 0.00 0.12 0 0.18 297.5 0.2 0.77
Hex CF B8 D0 0 C 0 12 12A 14 4D
Octal 317 270 320 0 14 0 22 452 24 115
Binary 11001111 10111000 11010000 0 1100 0 10010 100101010 10100 1001101

Color Harmonies of #CFB8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB8D0

Black with #CFB8D0

Text Example


Text Example

White with #CFB8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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