Html Css Color HEX #CFBDD1 Thistle

📋 copy color: '#CFBDD1'

red 207 ◦ green 189 ◦ blue 209

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

Shades of Thistle #CFBDD1

Tints of Thistle #CFBDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.24%

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

R = 34.21%
G = 31.24%
B = 34.55%

CMYK

 C value IS 0.01

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBDD1 (or 0xCFBDD1) is known color: Thistle. HEX triplet: CF, BD and D1. RGB value is (207,189,209). Sum of RGB (Red+Green+Blue) = 207+189+209=605 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.21% from 605); Green value is 189 (74.22% from 255 or 31.24% from 605); Blue value is 209 (82.03% from 255 or 34.55% from 605); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBDD1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBDD1 is #30422E. Grayscale: #C4C4C4. Windows color (decimal): -3162671 or 13745615. OLE color: 13745615.

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

Color convert

RGB 207 189 209 -
CMYK 0.01 0.10 0 0.18
HSL 294º 0.18% 0.78% -
HSV(B) 294º 0.1% 0.82% -
XYZ 55.44 54.26 67.87 -
YUV 196.66 134.96 135.37 -
System Red Green Blue C M Y K H S L
Decimal 207 189 209 0.01 0.10 0 0.18 294 0.18 0.78
Hex CF BD D1 1 A 0 12 126 12 4E
Octal 317 275 321 1 12 0 22 446 22 116
Binary 11001111 10111101 11010001 1 1010 0 10010 100100110 10010 1001110

Color Harmonies of #CFBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBDD1

Black with #CFBDD1

Text Example


Text Example

White with #CFBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBDD1; }

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

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

background-color css

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

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

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

border-color css

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

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

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