Html Css Color HEX #CFB8D2 Thistle

📋 copy color: '#CFB8D2'

red 207 ◦ green 184 ◦ blue 210

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

Shades of Thistle #CFB8D2

Tints of Thistle #CFB8D2

RGB

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

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

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

R = 34.44%
G = 30.62%
B = 34.94%

CMYK

 C value IS 0.01

 M value IS 0.12

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB8D2 (or 0xCFB8D2) is known color: Thistle. HEX triplet: CF, B8 and D2. RGB value is (207,184,210). Sum of RGB (Red+Green+Blue) = 207+184+210=601 (79% of max value = 765). Red value is 207 (81.25% from 255 or 34.44% from 601); Green value is 184 (72.27% from 255 or 30.62% from 601); Blue value is 210 (82.42% from 255 or 34.94% from 601); Max value from RGB is 210 - color contains mainly: blue. Hex color #CFB8D2 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB8D2 is #30472D. Grayscale: #C1C1C1. Windows color (decimal): -3163950 or 13809871. OLE color: 13809871.

HSL color Cylindrical-coordinate representation of color #CFB8D2: hue angle of 293.08º degrees, saturation: 0.22, 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 #CFB8D2 is Cyan = 0.01, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 207 184 210 -
CMYK 0.01 0.12 0 0.18
HSL 293.08º 0.22% 0.77% -
HSV(B) 293.08º 0.12% 0.82% -
XYZ 54.51 52.2 68.18 -
YUV 193.84 137.12 137.39 -
System Red Green Blue C M Y K H S L
Decimal 207 184 210 0.01 0.12 0 0.18 293.08 0.22 0.77
Hex CF B8 D2 1 C 0 12 125 16 4D
Octal 317 270 322 1 14 0 22 445 26 115
Binary 11001111 10111000 11010010 1 1100 0 10010 100100101 10110 1001101

Color Harmonies of #CFB8D2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB8D2

Black with #CFB8D2

Text Example


Text Example

White with #CFB8D2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB8D2; }

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

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

background-color css

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

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

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

border-color css

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

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

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