Html Css Color HEX #CFBED1 Thistle

📋 copy color: '#CFBED1'

red 207 ◦ green 190 ◦ blue 209

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

Shades of Thistle #CFBED1

Tints of Thistle #CFBED1

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.35%

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

R = 34.16%
G = 31.35%
B = 34.49%

CMYK

 C value IS 0.01

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#CFBED1 (or 0xCFBED1) is known color: Thistle. HEX triplet: CF, BE and D1. RGB value is (207,190,209). Sum of RGB (Red+Green+Blue) = 207+190+209=606 (80% of max value = 765). Red value is 207 (81.25% from 255 or 34.16% from 606); Green value is 190 (74.61% from 255 or 31.35% from 606); Blue value is 209 (82.03% from 255 or 34.49% from 606); Max value from RGB is 209 - color contains mainly: blue. Hex color #CFBED1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CFBED1 is #30412E. Grayscale: #C5C5C5. Windows color (decimal): -3162415 or 13745871. OLE color: 13745871.

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

Color convert

RGB 207 190 209 -
CMYK 0.01 0.09 0 0.18
HSL 293.68º 0.17% 0.78% -
HSV(B) 293.68º 0.09% 0.82% -
XYZ 55.65 54.7 67.95 -
YUV 197.25 134.63 134.96 -
System Red Green Blue C M Y K H S L
Decimal 207 190 209 0.01 0.09 0 0.18 293.68 0.17 0.78
Hex CF BE D1 1 9 0 12 126 11 4E
Octal 317 276 321 1 11 0 22 446 21 116
Binary 11001111 10111110 11010001 1 1001 0 10010 100100110 10001 1001110

Color Harmonies of #CFBED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CFBED1

Black with #CFBED1

Text Example


Text Example

White with #CFBED1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CFBED1; }

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

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

background-color css

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

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

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

border-color css

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

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

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