Html Css Color HEX #CFB4D1 Thistle

📋 copy color: '#CFB4D1'

red 207 ◦ green 180 ◦ blue 209

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

Shades of Thistle #CFB4D1

Tints of Thistle #CFB4D1

RGB

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

 GREEN value IS 180 (70.7% from 255) = 30.2%

 BLUE value IS 209 (82.03% from 255) = 35.07%

R = 34.73%
G = 30.2%
B = 35.07%

CMYK

 C value IS 0.01

 M value IS 0.14

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFB4D1 (or 0xCFB4D1) is known color: Thistle. HEX triplet: CF, B4 and D1. RGB value is (207,180,209). Sum of RGB (Red+Green+Blue) = 207+180+209=596 (78% of max value = 765). Red value is 207 (81.25% from 255 or 34.73% from 596); Green value is 180 (70.70% from 255 or 30.20% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFB4D1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFB4D1 is #304B2E. Grayscale: #BFBFBF. Windows color (decimal): -3164975 or 13743311. OLE color: 13743311.

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

Color convert

RGB 207 180 209 -
CMYK 0.01 0.14 0 0.18
HSL 295.86º 0.24% 0.76% -
HSV(B) 295.86º 0.14% 0.82% -
XYZ 53.56 50.51 67.25 -
YUV 191.38 137.95 139.14 -
System Red Green Blue C M Y K H S L
Decimal 207 180 209 0.01 0.14 0 0.18 295.86 0.24 0.76
Hex CF B4 D1 1 E 0 12 128 18 4C
Octal 317 264 321 1 16 0 22 450 30 114
Binary 11001111 10110100 11010001 1 1110 0 10010 100101000 11000 1001100

Color Harmonies of #CFB4D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFB4D1

Black with #CFB4D1

Text Example


Text Example

White with #CFB4D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFB4D1; }

 p { color: rgb(207,180,209); }

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

background-color css

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

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

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

border-color css

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

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

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